Skip to content

NerKnutson/simple_pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

g++

Usage

Copy simple_pipe.h to your working directory

Examples

The makefile produces two executables: bin/input and bin/output

make examples

Usage

To insert data into a FIFO file

bin/input <FIFO_FILENAME> <data[0]> <data[1]> <data[2]> <data[3]>

To display insert data from a FIFO file

bin/output <FIFO_FILENAME>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published