Files
unix/lab5/daemon.h
2025-11-17 11:26:08 +01:00

9 lines
63 B
C

#ifndef DAEMON_H
#define DAEMON_H
void daemonize();
#endif