Go to the documentation of this file.
   39 #ifndef VS_IOT_SDK_ENDIAN_CONFIG_H 
   40 #define VS_IOT_SDK_ENDIAN_CONFIG_H 
   42 #include <arpa/inet.h> 
   45 #define VS_IOT_NTOHS ntohs 
   48 #define VS_IOT_NTOHL ntohl 
   51 #define VS_IOT_HTONS htons 
   54 #define VS_IOT_HTONL htonl 
   56 #endif //VS_IOT_SDK_ENDIAN_CONFIG_H