data_structures
Functions
ds_strcmp.c File Reference
#include "utils.h"
+ Include dependency graph for ds_strcmp.c:

Go to the source code of this file.

Functions

int ds_strcmp (const char *s1, const char *s2)
 Replicates strcmp from libc. More...
 

Function Documentation

◆ ds_strcmp()

int ds_strcmp ( const char *  s1,
const char *  s2 
)

Replicates strcmp from libc.

Definition at line 20 of file ds_strcmp.c.