?? etc.h
字號(hào):
/*************************************************************************** etc.h - description ------------------- begin : Fri Jul 20 2001 copyright : (C) 2001 by Mark email : alben@yeah.net ***************************************************************************//*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/#ifndef ETC_H#define ETC_H#include <unistd.h>#include <sys/types.h>#include <signal.h>typedef void SigFunc(int);extern SigFunc* Signal(int iSigNo, SigFunc* func, bool bRestart = true);extern pid_t Fork();extern int Kill(pid_t tPId, int iSigNo);extern int Sigprocmask(int iHow, const sigset_t* pNewSet, sigset_t* pOldSet);#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -