#ifndef __LIB_H #define __LIB_H int doSomething(int x); #endif