data_structures
|
#include "utils.h"
Go to the source code of this file.
Functions | |
int | ds_strcmp (const char *s1, const char *s2) |
Replicates strcmp from libc . More... | |
int ds_strcmp | ( | const char * | s1, |
const char * | s2 | ||
) |
Replicates strcmp
from libc
.
Definition at line 20 of file ds_strcmp.c.