Skip to content
Permalink
608f897106
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (10 sloc) 400 Bytes
## 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