home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 1.ddi / CLIBSRC.ZIP / WILD.ASM < prev    next >
Encoding:
Assembly Source File  |  1992-06-10  |  421 b   |  16 lines

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