/* BlinkerCopyright 2011-2019 Stefan Schuermans <stefan@blinkenarea.org>Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.htmla blinkenarea.org project */#ifndef BLINKER_NETHOST_H#define BLINKER_NETHOST_H#include <stdint.h>namespace Blinker {/// convert 32 bit unsigned integer from network to host byte orderuint32_t Net2Host32(uint32_t val);} // namespace Blinker#endif // #ifndef BLINKER_NETHOST_H