#ifndef APFL_INTERNAL_H #define APFL_INTERNAL_H #ifdef __cplusplus extern "C" { #endif #include #include #include "gc.h" // Internal use only functions struct apfl_string *apfl_string_move_into_new_gc_string(struct gc *gc, struct apfl_string *in); #ifdef __cplusplus } #endif #endif