Description
Convert 32 bit binary integer value to ASCII decimal string equivalent with field paddingDefinition
long_to_str_pad(char *ptr, ulong val, ubyte pad)Library
LIB/str_long_lib.basUsage
On entry:ptr is a pointer to a RAM buffer where the string is to be writtenOn exit:
val is a 32 bit binary value to be converted
pad is the field widthThere is no return value