https://github.com/maina-0/daemon
daemon in c
https://github.com/maina-0/daemon
Last synced: 3 months ago
JSON representation
daemon in c
- Host: GitHub
- URL: https://github.com/maina-0/daemon
- Owner: maina-0
- Created: 2025-01-12T16:00:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T17:06:25.000Z (5 months ago)
- Last Synced: 2025-01-23T18:20:34.326Z (5 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Daemon in C
### A small daemon process that ammm.....So in this program....
```
clang -c main.c pid .c sid.c
```
to compile into object file```
clang main.o pid.c sid.c -o main
```
compile