Description
Copy string from source CODE location to destination RAM location converting all lower case characters to upper case charactersDefinition
strupper_code(char *dst, char * const src)Library
LIB/str_lib.basUsage
On entry:dst is a pointer to a RAM buffer holding the destination stringOn exit:
src is a pointer to a CODE memory buffer holding the source stringThere is no return value