/
UCS
/
openwrt
Обзор
Документация
Войти
/
UCS
/
openwrt
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tools/include/byteswap.h
5 строк
107 B
Felix Fietkau
tools: include endian.h from byteswap.h to ensure that bswap_* is available
06 июл 2013, 18:49
06 июл 2013, 18:49
0c10f39
Код
Авторство
О чём код?
#if defined(__linux__) || defined(__CYGWIN__) #include_next <byteswap.h> #else #include <endian.h> #endif