Tasmota/lib/lib_div/ams/ntohll_ams.h
gemu c12974366b
Sml update (#23267)
* rename nthll 64

* fix nthll 64
2025-04-11 15:16:05 +02:00

9 lines
101 B
C

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