minimal plan9port to cross-build Jehanne
This commit is contained in:
9
lib/lib9/fmt/test2.c
Normal file
9
lib/lib9/fmt/test2.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <utf.h>
|
||||
#include <fmt.h>
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
print("%020.10d\n", 100);
|
||||
}
|
Reference in New Issue
Block a user