C++程序  |  5行  |  68 B

extern "C" {
void my_access(int *p);
void *my_alloc(unsigned sz);
}