*집필*/*집필* Linux

unknown type name 'bool'

John_G 2013. 11. 25. 11:13

If you take this error message from gcc compiler

-> error: unknown type name ‘bool’


Add one source code line on .c

 #include <stdbool.h>