#ifndef SEMCHECK_H #define SEMCHECK_H void check_id(scope*, char*); node* check_exists(scope*, char*); #endif