mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-01-07 06:48:53 +01:00
git-subtree-dir: Code/devterm_wiringpi_cpi git-subtree-split: f06b33c66b5ea2befad8f6b39f521a498993cb2c
10 lines
266 B
C
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) ;
|