projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implemented glk_select_poll() (Fix #18)
[projects/chimara/chimara.git]
/
interpreters
/
nitfol
/
inform.h
1
#ifdef DEBUGGING
2
void process_debug_command(const char *buffer);
3
BOOL exp_has_locals(const char *exp);
4
z_typed evaluate_expression(const char *exp, unsigned frame);
5
#endif