process.h 63 B

123456
  1. #define NOPE 16
  2. int doo(int a, int b)
  3. {
  4. return add(a,b);
  5. }