snipplets.dev/code/C/FIFO/README.md

119 B

clear; clang -std=c99 -o reader reader.c && ./reader
# или
tcc -run reader.c
tcc -run writer.c