https://github.com/hediske/synchronization
synchronisation between processs in C
https://github.com/hediske/synchronization
Last synced: 4 months ago
JSON representation
synchronisation between processs in C
- Host: GitHub
- URL: https://github.com/hediske/synchronization
- Owner: hediske
- Created: 2024-06-03T12:54:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T12:59:00.000Z (about 1 year ago)
- Last Synced: 2024-06-03T14:59:11.062Z (about 1 year ago)
- Language: C
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### how to run
```
gcc -o res.sh main.c && ./res.sh
```