#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
                                                                                