본문 바로가기

*집필*/*집필* Linux

unknown type name 'bool'

If you take this error message from gcc compiler

-> error: unknown type name ‘bool’


Add one source code line on .c

 #include <stdbool.h>