| delorie.com/archives/browse.cgi | search |
| Message-ID: | <351D7EBF.A26F9438@sprynet.com> |
| Date: | Sat, 28 Mar 1998 14:50:39 -0800 |
| From: | Ishpeck <aTedjamulia AT sprynet DOT com> |
| Organization: | Lunaticnologies |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Help: Undeclared functions... |
| NNTP-Posting-Host: | 192.41.91.217 |
| Lines: | 14 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
I have a function that declares a series of
vairables as follows:
int function(int intvar, struct datastruct *data1) {
bool trueorfalse;
...
...
...
}
It tells me that:
"bool undeclared (first use in this function)"
What am I suposed to do to have boolean values?!
WHAT AM I MISSING?!
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |