Changes in kernel/test/print/print2.c [a000878c:cb01e1e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/print/print2.c
ra000878c rcb01e1e 30 30 #include <test.h> 31 31 32 c onst char *test_print2(void)32 char *test_print2(void) 33 33 { 34 34 TPRINTF("Testing printf(\"%%c %%3.2c %%-3.2c %%2.3c %%-2.3c\", 'a', 'b', 'c', 'd', 'e'):\n");
Note:
See TracChangeset
for help on using the changeset viewer.