Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
string_TRK.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_STRING_TRK_H
2#define METROTRK_PORTABLE_STRING_TRK_H
3
4int TRK_strlen(const char* str);
5
6#endif /* METROTRK_PORTABLE_STRING_TRK_H */
int TRK_strlen(const char *str)
Definition string_TRK.c:3