#ifndef VREG_H #define VREG_H struct vreg { int id; }; extern struct vreg* new_vreg(void); #endif