Files
unix/lab4/daemon.h
2025-11-02 13:37:19 +01:00

6 lines
60 B
C

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