home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol224 / printf2.h < prev    next >
Encoding:
Text File  |  1986-02-13  |  357 b   |  10 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.  GLOBAL QFTOA    ;ftoa(x,f,str)
  8.  GLOBAL QFTOE    ;ftoe(x,prec,str)
  9. #endasm
  10.