#ifndef ZERO_C_PROGRAM_GRAPH_C_IMPORT_METADATA_H #define ZERO_C_PROGRAM_GRAPH_C_IMPORT_METADATA_H #include "program_graph.h" void z_program_graph_clear_c_import_metadata(SourceInput *input); void z_program_graph_seed_c_import_metadata(SourceInput *input, const ZProgramGraph *graph); #endif