Module fmtout - Formatted output utilities

Formatted output utilities.

Index

Declarations

doprnt.occ:15Process doprnt.i

PROC doprnt.i(VAL []BYTE format, INT flen, []BYTE result, INT rlen, VAL INT value)

doprnt.occ:125Process doprnt.s

PROC doprnt.s(VAL []BYTE format, INT flen, []BYTE result, INT rlen, VAL []BYTE value)

doprnt.occ:224Process doprnt.d

PROC doprnt.d(VAL []BYTE format, INT flen, []BYTE result, INT rlen, VAL REAL64 value)

atov.occ:20Process atod

PROC atod(REAL64 value, INT n, VAL []BYTE string)

atov.occ:54Process atoi

PROC atoi(INT value, INT n, VAL []BYTE string)

atov.occ:88Process atof

PROC atof(REAL32 value, INT n, VAL []BYTE string)

atov.occ:122Process axtoi

PROC axtoi(INT value, INT n, VAL []BYTE string)

sprintf.occ:12Process sprintf.iss

PROC sprintf.iss ([]BYTE result, VAL []BYTE format, VAL INT i1, VAL []BYTE s2, s3)

sprintf.occ:21Process sprintf.liis

PROC sprintf.liis ([]BYTE result, INT rlen, VAL []BYTE format, VAL INT i1, i2, VAL []BYTE s3)