#asm
 GLOBAL QGETARG ;getarg(n,s,size)
;		/* places in s the n-th argument (assumes s 
;			has size bytes). Returns s.	*/
 GLOBAL QSETARGS ;setargs()	/* fetch arguments */
 GLOBAL QSTDIN
 GLOBAL QSTDOUT
#endasm

