#ifndef clox_compiler_h #define clox_compiler_h void compile(const char *source); #endif /* clox_compiler_h */