repo.or.cz
/
tsl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ansi-fication of C glue; .gitignore rejects so'd objects; more doc cleanup
[tsl.git]
/
lib
/
xlisp.h
blob
073648b007df107f0d9e07f639b3b0f520c2af52
1
#include <stdio.h>
2
3
#define FALSE 0
4
#define TRUE 1
5
6
#ifndef IN_KCL_GLUE
7
typedef
void
*
object
;
8
typedef
object LVAL
;
9
#endif