Набросок примера работы с FIFO

This commit is contained in:
2025-03-24 23:56:25 +03:00
parent b2c49c7507
commit f51467cd80
4 changed files with 98 additions and 0 deletions

9
code/C/FIFO/README.md Normal file
View File

@@ -0,0 +1,9 @@
```sh
clear; clang -std=c99 -o reader reader.c && ./reader
# или
tcc -run reader.c
```
```sh
tcc -run writer.c
```