Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!snorkelwacker!bloom-beacon!eru!hagbard!sunic!compuram!pgd From: pgd@bbt.se Newsgroups: comp.lang.c Subject: Re: Is there a good example of how toupper() works? Message-ID: <1990Oct19.145302.24826@bbt.se> Date: 19 Oct 90 14:53:02 GMT References: <1990Oct17.170914.683@wpi.WPI.EDU> <18575@haddock.ima.isc.com> Organization: . Lines: 11 In article <18575@haddock.ima.isc.com> karl@ima.isc.com (Karl Heuer) writes: > >ANSI C. My personal ansi/ctype.h is: > #include "/usr//include/ctype.h" > #undef tolower > #undef toupper ... Is there some special benefit of saying "/usr//include" instead of ^^ "/usr/include"?