yexception_ut.c 83 B

12345
  1. #include "yexception_ut.h"
  2. void TestCallback(TCallbackFun f, int i) {
  3. f(i);
  4. }