ZealOS/zealbooter/lib/strncmp.h

7 lines
125 B
C
Raw Normal View History

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