lhoerl
2015-08-03 ed07df16da675c4c123e02a996822daf13d69c63
libscpi/inc/scpi/types.h
@@ -41,7 +41,12 @@
#include <stddef.h>
#include <stdint.h>
#if defined(_CVI_)
   typedef unsigned char bool;
#else
#include <stdbool.h>
#endif
#ifdef  __cplusplus
extern "C" {