#ifndef LIBC_STRCMP_H #define LIBC_STRCMP_H #include "ultra64.h" s32 strcmp(const char* str1, const char* str2); #endif