home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource3
/
156_01
/
printf1.h
< prev
next >
Wrap
Text File
|
1985-08-21
|
384b
|
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