8 lines
54 B
C
8 lines
54 B
C
|
#include <linux/sysctl.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|