An open API service indexing awesome lists of open source software.

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

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