You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the definition of the function :
ssize_t getline(char **restrict lineptr, size_t *restrict n, FILE *restrict stream);
The text was updated successfully, but these errors were encountered:
wassim31
changed the title
in README.md , cat command using getline() function , it receives as parameter a size_t variable not an singed int #5
in README.md , cat command using getline() function , it receives as parameter a size_t variable not an singed int
Jul 28, 2021
This is the definition of the function :
ssize_t getline(char **restrict lineptr, size_t *restrict n, FILE *restrict stream);
The text was updated successfully, but these errors were encountered: