#include #include "sub.h" int sub(int arg) { printf("sub %d\n", arg); return arg + 1; }