/
githubmirror
/
ostree
Обзор
Документация
Войти
/
githubmirror
/
ostree
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/get-byte-order.c
12 строк
161 B
Simon McVittie
tests: Assert that byte-order is swapped on LE but not BE CPUs
04 янв 2018, 15:32
04 янв 2018, 15:32
994cd66
Код
Авторство
О чём код?
/* Helper for OSTree tests: return host byte order */ #include "config.h" #include <glib.h> int main (void) { g_print ("%d\n", G_BYTE_ORDER); return 0; }