Corewar documentation 1.0.0
|
The file containing the my_strcmp function. More...
#include "my.h"
Functions | |
int | my_strcmp (char const *s1, char const *s2) |
Compares two strings (s1) and (s2) | |
The file containing the my_strcmp function.
int my_strcmp | ( | char const * | s1, |
char const * | s2 ) |
Compares two strings (s1) and (s2)
s1 | The first string to compare |
s2 | The second string to compare |