home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / borland / jnfb88.arc / EXPWLD.ARC / DESCRIPT.CIS next >
Text File  |  1987-10-23  |  444b  |  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