]> git.ipfire.org Git - thirdparty/glibc.git/blame - benchtests/sprintf-inputs
powerpc: Remove duplicated versionsort from libm.a (BZ 31789)
[thirdparty/glibc.git] / benchtests / sprintf-inputs
CommitLineData
608f8971
CD
1## args: char *:const char *:int:char:char:char:char:char:const char *:float:unsigned int
2## ret: int
3## includes: stdio.h
4## include-sources: sprintf-source.c
5## name: positional
6# Test positional arguments:
7buf, FORMAT1, 1001, '1', '2', '3', '4', '5', "string", 1.5, 0x1234
8## name: non-positional
9# Test non-positional arguments:
10buf, FORMAT2, 1001, '1', '2', '3', '4', '5', "string", 1.5, 0x1234