/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/tools/f2c/src/niceprintf.h
13 строк
412 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
/* niceprintf.h -- contains constants and macros from the output filter for the generated C code. We use macros for increased speed, less function overhead. */ #define MAX_OUTPUT_SIZE 6000 /* Number of chars on one output line PLUS the length of the longest string printed using nice_printf */ #define next_tab(fp) (indent += tab_size) #define prev_tab(fp) (indent -= tab_size)