client-c  0.8.1
kaa_htonll.h
Go to the documentation of this file.
1 
17 #ifndef KAA_HTONLL_H_
18 #define KAA_HTONLL_H_
19 
20 #include <stdint.h>
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 uint64_t htonll(uint64_t hostlonglong);
27 
28 uint64_t ntohll(uint64_t netlonglong);
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* KAA_HTONLL_H_ */
uint64_t ntohll(uint64_t netlonglong)
uint64_t htonll(uint64_t hostlonglong)