index
:
badthing
trunk
the best scheme that i have, and that's bad enough for me
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib.h
blob: a82dbd9ce7802c3e25bbce305e6478728fbe3c74 (
plain
)
1
2
3
4
5
6
7
8
#ifndef _lib_h
#define _lib_h
#include
"state.h"
void
load_stdlib
(
State
*
S
);
#endif