according to my 5th ed. of H&S, C99 introduced the unsigned integer type "_Bool" and refers to the corresponding header file stdbool.h. but on my linux system, that header file is not in the standard /usr/include directory, where i would have expected it.
rather, it's included with gcc-4.0.1, and it's in this directory: /usr/lib/gcc/i386-redhat-linux/4.0.1/include i'm sure the end result is the same in that i can just #include <stdbool.h> but is there some kind of overall rationale as to what "standard" header files would actually be supplied by gcc itself? just trying to figure out the pattern here. obviously, this question generalizes to more than just asking about the boolean file. rday - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
