home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 156_01 / args.h < prev    next >
Encoding:
Text File  |  1985-08-21  |  256 b   |  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.