ZealOS/zealbooter/lib/strcmp.h

7 lines
111 B
C
Raw Normal View History

#ifndef __STRCMP_H__
#define __STRCMP_H__
int strcmp(const char *s1, const char *s2);
#endif // __STRCMP_H__