This function retrieves the next line of text available on a file descriptor. Calling get_next_line in a loop will allow us to read the text available on the file descriptor one line at a time until the end of it.
The GNL includes several categories of functions:
- String manipulation: functions for copying, concatenating, searching, and comparing strings, among others.
- Memory manipulation: functions for memory allocation and deallocation, as well as manipulating memory bytes.
- Character manipulation: functions for checking and manipulating characters.
- Extra functions: additional functions that can be useful in different situations.
If you have any questions, suggestions, or concerns, please open an issue in this repository or contact me directly.
Name: Lucas Nunes
Email: dev.lucasnunes@gmail.com
GitHub: Dev-LucasNunes