?? util.h
字號:
#ifndef _UTIL_H#define _UTIL_H#include <unistd.h>#include <stdio.h>#include <sys/mount.h>#include <memory.h>#include <fcntl.h>#include <sys/ioctl.h>#include <linux/cdrom.h>#include <sys/time.h>#include <sys/ipc.h>#include <sys/msg.h>#include <sys/wait.h>#define INSMOD_PATH "/"#define INSMOD_PROG "minimod"int loadmodule (char *module);int gettime_ms (void);#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -