ngspice/src/include/bool.h

7 lines
59 B
C

#ifndef _BOOL_H
#define _BOOL_H
typedef int bool;
#endif