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