cfuncs.c 71 B

12345678
  1. void
  2. some_c_function(void)
  3. {
  4. int a, b, c;
  5. a = 1;
  6. b = 2;
  7. }