home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / smallc-1.lbr / ARGS.HZ / ARGS.H
Encoding:
Text File  |  1993-10-25  |  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.