sly1/include/pipe.h
2024-07-01 22:16:20 +00:00

12 lines
101 B
C

/**
* @file pipe.h
*/
#ifndef PIPE_H
#define PIPE_H
#include "common.h"
// ...
#endif // PIPE_H