index
:
mirror/life
experimental
life-info
master
ti
NCurses cellular automata
aiden.woodruff@gmail.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
life-macros.h
blob: f2a6a8bbf19646f65d39faa3ef3016c3f031990c (
plain
) (
blame
)
1
2
3
4
5
#ifndef has
#define has(var, bit) (((var) & (bit)) == (bit))
#endif
#include
"foreach.h"