/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tools/pg_bsd_indent/tests/binary.0
9 строк
208 B
Tom Lane
Import pg_bsd_indent sources.
12 фев 2023, 19:59
12 фев 2023, 19:59
4e831f4
Код
Авторство
О чём код?
#define b00101010 -1 void t(void) { unsigned a[] = {0b00101010, 0x00005678, 02, 17U}; float x[] = {.7f, 0.7f}; unsigned long ul[] = {0b00001111UL, 0x01010101UL, 02UL, 17UL}; if (0 b00101010) return; }