C++程序  |  12行  |  113 B

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

int klogctl(int, char*, int);

#ifdef __cplusplus
}
#endif