Changes in kernel/test/print/print1.c [cb01e1e:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/print/print1.c
rcb01e1e ra000878c 30 30 #include <test.h> 31 31 32 c har *test_print1(void)32 const char *test_print1(void) 33 33 { 34 34 TPRINTF("Testing printf(\"%%*.*s\", 5, 3, \"text\"):\n");
Note:
See TracChangeset
for help on using the changeset viewer.