1#ifndef NINEBYTE_H2#define NINEBYTE_H34#include <stdint.h>56uint16_t byteorder_swaps(uint16_t);7uint32_t byteorder_swapl(uint32_t);8uint64_t byteorder_swapll(uint64_t);910#endif
Client implementation of the 9P protocol for constrained devices
git clone https://git.8pit.net/ninenano.git
1#ifndef NINEBYTE_H2#define NINEBYTE_H34#include <stdint.h>56uint16_t byteorder_swaps(uint16_t);7uint32_t byteorder_swapl(uint32_t);8uint64_t byteorder_swapll(uint64_t);910#endif