sly1/include/bas.h
2024-07-07 20:53:08 +00:00

14 lines
131 B
C

/**
* @file bas.h
*
* @brief Binary Async Stream.
*/
#ifndef BAS_H
#define BAS_H
#include "common.h"
// ...
#endif // BAS_H