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