21#ifndef included_Retro_Rtools
22#define included_Retro_Rtools 1
44 bool String2Long(
const std::string& str,
unsigned long& res,
51 void Word2Bytes(uint16_t word, uint16_t& byte0, uint16_t& byte1);
52 uint16_t
Bytes2Word(uint16_t byte0, uint16_t byte1);
54 void Catch2Cerr(
const char* msg, std::function<
void()> func);
Declaration of class ReventLoop.