14 lines
105 B
C++
14 lines
105 B
C++
#ifndef cwIoTest_H
|
|
#define cwIoTest_H
|
|
|
|
|
|
namespace cw
|
|
{
|
|
namespace io
|
|
{
|
|
rc_t test();
|
|
}
|
|
}
|
|
|
|
#endif
|