sly1/include/bas.h

14 lines
131 B
C
Raw Normal View History

2024-07-01 17:52:11 +00:00
/**
* @file bas.h
2024-07-07 20:53:08 +00:00
*
* @brief Binary Async Stream.
2024-07-01 17:52:11 +00:00
*/
#ifndef BAS_H
#define BAS_H
#include "common.h"
// ...
2024-07-01 22:16:20 +00:00
#endif // BAS_H