repo.or.cz
/
toypasc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Concertando as funções lookup e destroy
[toypasc.git]
/
base.h
blob
6d3faef56a034188871828a74d8d031eafe785cf
1
#ifndef BASE_H
2
#define BASE_H
3
4
#define TRUE 1
5
#define FALSE 0
6
7
#endif
// BASE_H
8