long_to_hex

Description

Convert 32 bit binary integer value to ASCII hex string equivalent leading zeros are NOT omitted

Definition

long_to_hex(char *ptr, ulong val)

Library

LIB/str_long_lib.bas

Usage

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