summaryrefslogtreecommitdiff
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