summaryrefslogtreecommitdiff
path: root/include/libc/strcmp.h
blob: 6f5747f7428ef2a7df4f1996492f9b5e30432bfd (plain)
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