ftp.delorie.com/archives/browse.cgi | search |
Date: | Mon, 23 Dec 1996 10:26:21 -0500 |
Message-Id: | <199612231526.KAA17562@delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | e DOT oti AT stud DOT warande DOT ruu DOT nl |
CC: | djgpp AT delorie DOT com |
In-reply-to: | <32BE2A52.7D87@stud.warande.ruu.nl> (message from Elliott Oti on |
Sun, 22 Dec 1996 22:44:34 -0800) | |
Subject: | Re: New C Programmer Problem |
> It makes a difference in C whether you use caps or small type. > C compilers are type-sensitive. > STDIO.H is not the same as stdio.h. The compiler only recognizes > stdio.h, NOT StdIo.h or stdio.H or STDIO.h or whatever. Not when the string corresponds to a file name and the OS is ms-dos, it doesn't. You may use <STDIO.H> or <stdio.h> or <StDiO.H> because it's just a file name and MS-DOS will find it.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |