1 2 3 4 5 6 7 8
#ifndef LIBC_STRCMP_H #define LIBC_STRCMP_H #include "ultra64.h" s32 strcmp(const char* str1, const char* str2); #endif