int_to_str_pad

Description

Convert 16 bit binary integer value to ASCII decimal string equivalent with field padding

Definition

int_to_str_pad(char *ptr, uint val, ubyte pad)

Library

LIB/str_int_lib.bas

Usage

On entry:
ptr is a pointer to a RAM buffer where the string is to be written
val is a 16 bit binary value to be converted
pad is the field width
On exit:
There is no return value