add pet_scop_collect_tagged_{may,must}_{reads,writes}
[pet.git] / scop_yaml.h
bloba7bf999ca9b2a6a1a5d4431f7d50cf677939fe0e
1 #ifndef PET_SCOP_YAML_H
2 #define PET_SCOP_YAML_H
4 #include <stdio.h>
5 #include <pet.h>
7 #if defined(__cplusplus)
8 extern "C" {
9 #endif
11 int pet_scop_emit(FILE *out, struct pet_scop *scop);
12 struct pet_scop *pet_scop_parse(isl_ctx *ctx, FILE *in);
14 #if defined(__cplusplus)
16 #endif
18 #endif