home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 156_01 / printf1.h < prev    next >
Text File  |  1985-08-21  |  384b  |  8 lines

  1. #asm
  2.  GLOBAL QPRINTF    ;printf(argcnt) int argcnt;
  3.  GLOBAL QUTOI    ;utoi(decstr,nbr) char *decstr; int *nbr;
  4.  GLOBAL QITOD    ;itod(nbr,str,sz) int nbr; char str[]; int sz;
  5.  GLOBAL QITOU    ;itou(nbr,str,sz) int nbr; char str[]; int sz;
  6.  GLOBAL QITOX    ;itox(nbr,str,sz) int nbr; char str[]; int sz;
  7. #endasm
  8.