AMX Mod X API Documentation

Signature
native toupper(c);
Description

Converts a character to uppercase.

Notes
  • This is not UTF8 or locale-safe.
Parameters
  • c Character to convert
Returns

Converted character

Назад
Верх