mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 00:12:07 +00:00
9 lines
97 B
C
9 lines
97 B
C
#ifndef _NTOHLL_H
|
|
#define _NTOHLL_H
|
|
|
|
#include "lwip/def.h"
|
|
|
|
uint64_t ntohll(uint64_t x);
|
|
|
|
#endif
|