#ifndef JIT_H #define JIT_H /* the implementations must implement this function */ int (*jit(const char *src))(int, char**); #endif /* JIT_H */