#ifndef __PARSE_IN_AKC_H__ #define __PARSE_IN_AKC_H__ #include "struct_TAC_in.h" int parse_in_akc(struct TAC_t *p, char const *inputFile); #endif