func.c 50 B

123456
  1. #include "func.h"
  2. int func(void)
  3. {
  4. return 0;
  5. }