DEBSOURCES
Skip Quicknav
sources / ceccomp / 4.1-1 / include / decoder / check_prog.h
12345678910
#ifndef CHECK_PROG_H #define CHECK_PROG_H #include "main.h" #include <stdbool.h> #include <stdint.h> extern bool check_prog (fprog *prog); #endif