1 2 3 4 5 6 7 8
#ifndef LIBA_H_ #define LIBA_H_ void liba_add(int x); void liba_sub(int x); int liba_get(void); #endif