#ifndef RK_STRCMP_ #define RK_STRCMP_ int strncmp( const char * s1, const char * s2, int n ); #endif