Files
UtilitechAS.amsreader-firmware/lib/AmsDecoder/include/ntohll.h
Gunnar Skjold b07ed075f4 Even more v2.2
2022-12-02 20:38:56 +01:00

9 lines
97 B
C

#ifndef _NTOHLL_H
#define _NTOHLL_H
#include "lwip/def.h"
uint64_t ntohll(uint64_t x);
#endif