/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
benchtests/sprintf-inputs
10 строк
400 B
Carlos O'Donell
Add sprintf benchmark.
21 май 2015, 17:02
21 май 2015, 17:02
608f897
Код
Авторство
О чём код?
## args: char *:const char *:int:char:char:char:char:char:const char *:float:unsigned int ## ret: int ## includes: stdio.h ## include-sources: sprintf-source.c ## name: positional # Test positional arguments: buf, FORMAT1, 1001, '1', '2', '3', '4', '5', "string", 1.5, 0x1234 ## name: non-positional # Test non-positional arguments: buf, FORMAT2, 1001, '1', '2', '3', '4', '5', "string", 1.5, 0x1234