#ifndef ZERO_C_PROGRAM_GRAPH_SIZE_H
#define ZERO_C_PROGRAM_GRAPH_SIZE_H

#include "program_graph.h"

void z_program_graph_seed_source_metadata(SourceInput *input, const ZProgramGraph *graph);

#endif
