1 2 3 4 5 6 7
#ifndef LIBCUE_BRIDGE_H #define LIBCUE_BRIDGE_H char* cue_parse_string(const char* content); void cue_free_string(char* s); #endif