mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
282ac6d404
* libido OK * boot cleanup * format * renames
9 lines
123 B
C
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
|