Hi all,
When I use "bool" type in my program, gcc pop an error
error: `bool' undeclared (first use in this function)
I have included the following lib:
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
So why do I get that error?
Thanks you all.
When I use "bool" type in my program, gcc pop an error
error: `bool' undeclared (first use in this function)
I have included the following lib:
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
So why do I get that error?
Thanks you all.
Comment