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

  1. #asm
  2.  GLOBAL QGETARG ;getarg(n,s,size)
  3. ;        /* places in s the n-th argument (assumes s 
  4. ;            has size bytes). Returns s.    */
  5.  GLOBAL QSETARGS ;setargs()    /* fetch arguments */
  6.  GLOBAL QSTDIN
  7.  GLOBAL QSTDOUT
  8. #endasm
  9.