#ifndef __WLIB_MEMORY_BYTE_H__
#define __WLIB_MEMORY_BYTE_H__

namespace wlp {
    typedef unsigned char byte;
}

#endif
