rk/strcmp.h

7 lines
103 B
C
Raw Normal View History

2024-05-20 17:39:20 -04:00
#ifndef RK_STRCMP_
#define RK_STRCMP_
int strncmp( const char * s1, const char * s2, int n );
#endif