wiringPi_Blueberry/wiringPiD/daemonise.h
2023-08-11 15:53:17 +08:00

10 lines
266 B
C

/*
* daemonise.h:
* Fairly generic "Turn the current process into a daemon" code.
*
* Copyright (c) 2016-2017 Gordon Henderson.
*********************************************************************************
*/
extern void daemonise (const char *pidFile) ;