GitHub topics: mallocfree
allancrabelo/Get_Next_Line
The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.
Language: C - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

mofosyne/libyuarel
Simple C library for parsing URLs with zero-copy and no mallocs, including querystring.
Language: C - Size: 136 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 3 - Forks: 2
