Pinned Loading
-
-
ft_printf
ft_printf Publicprintf is a C function belonging to the ANSI C standard library, and included in the file stdio. h. Its purpose is to print formatted text to the standard output stream. Hence the "f" in the name s…
C
-
-
get_next_line
get_next_line Publicget_next_line is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
C
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.