Link to this page
Print this page
Parent topic
:
C API functions
C-Extensions
/
C API functions
rupshift()
Converts all the characters in a null-terminated string to uppercase.
Syntax
void rupshift(char *
s
);
s
is a pointer to a null-terminated string.