Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.txt « globbing « samples « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e20de82693d187603c74a9ae3fbdfab058814b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

This directory contains samples which demonstrate default (globbing on)
behavior, how to turn the globbing off with the _CRT_glob variable, and
how to turn it off with the CRT_noglob object file.

Run jam and then run glob, noglob and CRTnoglob with an argument like
*.* to see the difference.

The code in this directory is in the PUBLIC DOMAIN. It has NO WARRANTY,
including, but not restricted to, warranties of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.

Colin Peters <colin@bird.fu.is.saga-u.ac.jp>.