home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c065 / 2.ddi / CLIB2.ZIP / WILD.ASM < prev    next >
Encoding:
Assembly Source File  |  1990-06-07  |  620 b   |  14 lines

  1. ;[]-----------------------------------------------------------------[]
  2. ;|      WILD.ASM -- Wildcard Command Line Parsing                    |
  3. ;|                                                                   |
  4. ;|      Turbo-C Run Time Library        Version 3.0                  |
  5. ;|                                                                   |
  6. ;|      Copyright (c) 1987,1988,1990 by Borland International Inc.   |
  7. ;|      All Rights Reserved.                                         |
  8. ;[]-----------------------------------------------------------------[]
  9.  
  10. WILD    EQU    1
  11. include    setargv.asm
  12.  
  13.     END
  14.