summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/printf/int.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* getopt(3) returns an int so don't use a char to store its return value.kettenis2020-07-141-2/+2
| | | | | | Makes the test work on architectures where char is unsigned. ok deraadt@, millert@
* New regression tests for integral type conversionsschwarze2020-07-091-0/+376
and for their modifiers, written from scratch.