#ifndef CLIB_H_ #define CLIB_H_ void print_my_int(int x); #endif