Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/byteorder.h

    r5cbccd4 r9d58539  
    8585#define ntohl(n)  uint32_t_be2host((n))
    8686
    87 #define uint8_t_be2host(n)  (n)
    88 #define uint8_t_le2host(n)  (n)
    89 #define host2uint8_t_be(n)  (n)
    90 #define host2uint8_t_le(n)  (n)
    91 
    9287static inline uint64_t uint64_t_byteorder_swap(uint64_t n)
    9388{
Note: See TracChangeset for help on using the changeset viewer.