int add(int x); int main() { printf("%d\n", add(10)); return 0; } int add(const int x) { return c + 1; }