#ifndef ENGINE_REPL_H #define ENGINE_REPL_H typedef struct node node; struct node { }; typedef struct btree btree; struct btree { }; #endif /* ENGINE_H */