Description
Convert 16 bit binary integer value to ASCII decimal string equivalent with leading zerosDefinition
int_to_str_lz(char *ptr, uint val)Library
LIB/str_int_lib.basUsage
On entry:ptr is a pointer to a RAM buffer where the string is to be writtenOn exit:
val is a 16 bit binary value to be convertedThere is no return value