README.md
get_next_line
A C function that reads a file descriptor line by line. This project from 42 School teaches the concepts of static variables, file descriptors, and buffer manipulation, ensuring that reading from files or standard input is efficient and memory-safe.