/42_get_next_line

The get_next_line project for 42cursus.

Primary LanguageC

GET_NEXT_LINE

score date size loc file commit

NOTES

  • Stack might overflow for large BUFFER_SIZE, putting it on the heap would solve the problem, at cost of performance. Since timeout is likely an issue for moulinette, it would probably be the best solution.