sub.c 43 B

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