caller.h 98 B

1234567
  1. #ifndef CALLER_H
  2. #define CALLER_H
  3. char *call(void *ptr,int a, int b);
  4. char *testLocal();
  5. #endif