home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
simtel
/
sigm
/
vols200
/
vol224
/
printf1.h
< prev
next >
Wrap
Text File
|
1986-02-12
|
296b
|
8 lines
#asm
GLOBAL QPRINTF ;printf(argcnt) int argcnt;
GLOBAL QUTOI ;utoi(decstr,nbr) char *decstr; int *nbr;
GLOBAL QITOD ;itod(nbr,str,sz) int nbr; char str[]; int sz;
GLOBAL QITOU ;itou(nbr,str,sz) int nbr; char str[]; int sz;
GLOBAL QITOX ;itox(nbr,str,sz) int nbr; char str[]; int sz;
#endasm