inc.h 35 Bytes
int inc(int x) {
  return x + 1;
}