Files
Derek Hensley 282ac6d404 Libido OK (#84)
* libido OK

* boot cleanup

* format

* renames
2023-09-02 19:42:26 -07:00

9 lines
123 B
C

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