This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
ngspice
mirror of
https://git.code.sf.net/p/ngspice/ngspice
Watch
1
Star
0
Fork
You've already forked ngspice
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c68f3470e4
ngspice
/
src
/
include
/
bool.h
9 lines
100 B
C
Raw
Blame
History
#
ifndef _BOOL_H
#
define _BOOL_H
typedef
unsigned
char
bool
;
#
define TRUE 1
#
define FALSE 0
#
endif
Reference in New Issue
View Git Blame
Copy Permalink