|
libft
|
#include "libft.h"
Include dependency graph for ft_strcmp.c:Go to the source code of this file.
Functions | |
| int | ft_strcmp (const char *s1, const char *s2) |
Replicates strcmp from libc. More... | |
| int ft_strcmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Replicates strcmp from libc.
Definition at line 20 of file ft_strcmp.c.
1.8.16