mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
13 lines
260 B
C
13 lines
260 B
C
|
|
void Util_UrlUnencode();
|
|
void Util_toupper();
|
|
void Util_stristr();
|
|
void Util_strupr();
|
|
void Util_wildcmp();
|
|
void Util_strnicmp();
|
|
void Util_strrev();
|
|
void Util_itoa();
|
|
void Util_Base64Encode();
|
|
void FilterInvalidNickChars();
|
|
void CanFileBeOpenedForReading();
|