DEBSOURCES
Skip Quicknav
sources / splint / 1%3A3.1.2%2Bdfsg-1 / test / csyntax15.c
1234567891011
int (f)(int x); int g() { return f(3); } int f(int x) { return x; }