1#ifndef NINEBYTE_H
2#define NINEBYTE_H
3
4#include <stdint.h>
5
6uint16_t byteorder_swaps(uint16_t);
7uint32_t byteorder_swapl(uint32_t);
8uint64_t byteorder_swapll(uint64_t);
9
10#endif
Client implementation of the 9P protocol for constrained devices
git clone https://git.8pit.net/ninenano.git
1#ifndef NINEBYTE_H
2#define NINEBYTE_H
3
4#include <stdint.h>
5
6uint16_t byteorder_swaps(uint16_t);
7uint32_t byteorder_swapl(uint32_t);
8uint64_t byteorder_swapll(uint64_t);
9
10#endif