Mail Archives: djgpp/1998/05/26/15:30:51
I donīt thik you should use enum that way. Itīs used to enumarete words
enum BOOL {
false,
true
};
now false has the value zero and true one.
typedef unsigned long u_long
when you type u_long it is now "unsigned long".
thats have I understand it!.
bye Mikkel
Victor Viudez Gonzalez wrote in message
<356B058B DOT 463C5F37 AT est DOT fib DOT upc DOT es>...
>Why doesnīt work something like this?
>
>typedef enum BOOL{false,true}bool;
>
>It says Error before 'typedef', but before 'typedef' there are nothing!
>Victor
>
- Raw text -