#ifndef CPER_PARSE_H #define CPER_PARSE_H #include "json.h" json_object* cper_to_ir(const char* filename); #endif