您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789
  1. /*
  2. * daemonise.h:
  3. * Fairly generic "Turn the current process into a daemon" code.
  4. *
  5. * Copyright (c) 2016-2017 Gordon Henderson.
  6. *********************************************************************************
  7. */
  8. extern void daemonise (const char *pidFile) ;