sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
daemonise.h
Go to the documentation of this file.
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 
9 extern void daemonise (const char *pidFile) ;
void daemonise(const char *pidFile)
Definition: daemonise.c:18