mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
printf: add (spare C99 hex floats)
This commit is contained in:
parent
1760f2937b
commit
0892ad3cde
25 changed files with 2887 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -65,6 +65,7 @@ PROGS := \
|
|||
od \
|
||||
paste \
|
||||
printenv \
|
||||
printf \
|
||||
ptx \
|
||||
pwd \
|
||||
readlink \
|
||||
|
@ -149,6 +150,7 @@ TEST_PROGS := \
|
|||
mv \
|
||||
nl \
|
||||
paste \
|
||||
printf \
|
||||
ptx \
|
||||
pwd \
|
||||
readlink \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue