home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / JNFB88.ZIP / EXPWLD.ARC / DESCRIPT.CIS next >
Encoding:
Text File  |  1987-10-23  |  444 b   |  9 lines

  1. Tales from the Runtime #2 - Getting Your Feet Wet
  2. This article modifies the source code from Turbo C's runtime
  3. library in order to add a feature to expand wildcard characters
  4. ('*' and '?'). This follows the Unix convention for expanding
  5. wildcards. Once the changes are made to the runtime source, this
  6. feature is available to all of your Turbo C programs.
  7.  
  8. modify runtime library source code turbo C wildcard expansion
  9. expand wildcards