|
libft
|
Include dependency graph for ft_putnstr.c:Go to the source code of this file.
Functions | |
| void | ft_putnstr (char *s, size_t n) |
| Writes the first n characters of a to the standard output. More... | |
| void ft_putnstr | ( | char * | s, |
| size_t | n | ||
| ) |
Writes the first n characters of a to the standard output.
| s | The string, the characters of which to output. |
| n | The number of characters to output. |
s contains less than n characters, behaviour is undefined. Definition at line 24 of file ft_putnstr.c.
1.8.16