#ifndef LIBA_H_
#define LIBA_H_
void liba_add(int x);
void liba_sub(int x);
int liba_get(void);
#endif