prog.c 78 B

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