mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-11 14:29:59 +00:00
15 lines
198 B
C++
15 lines
198 B
C++
#ifndef __IOBUFFER_H__
|
|
#define __IOBUFFER_H__
|
|
|
|
#include "Endian.h"
|
|
#include <cstring>
|
|
|
|
namespace LittleEndian {
|
|
#include "IOBuffer.t.cpp"
|
|
}
|
|
|
|
namespace BigEndian {
|
|
#inclue "IOBuffer.t.cpp"
|
|
}
|
|
|
|
#endif |