prog.c 82 B

123456
  1. int statlibfunc();
  2. int main(int argc, char **argv) {
  3. return statlibfunc();
  4. }