#ifndef FUNCTIONS_H_ #define FUNCTIONS_H_ #include "state.h" void initFunctions(); int tryCallFunctions(char* func, struct State* state); void colonCmd(struct State* state); void semicolonCmd(struct State* state); #endif // FUNCTIONS_H_