newlib/winsup/mingw/samples/globbing
Christopher Faylor 1fd5e000ac import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
..
glob.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
jamfile import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
noglob.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
readme.txt import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.


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>.