Changes in uspace/app/tester/print/print1.c [d16fc78:2d11a7d8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/print/print1.c
rd16fc78 r2d11a7d8 31 31 #include "../tester.h" 32 32 33 c onst char *test_print1(void)33 char *test_print1(void) 34 34 { 35 35 TPRINTF("Testing printf(\"%%*.*s\", 5, 3, \"text\"):\n"); … … 49 49 TPRINTF("Real output: \"%8.10s\"\n\n", "very long text"); 50 50 51 TPRINTF("Testing printf(\"%%s\", NULL):\n"); 52 TPRINTF("Expected output: \"(NULL)\"\n"); 53 TPRINTF("Real output: \"%s\"\n\n", NULL); 54 51 55 return NULL; 52 56 }
Note:
See TracChangeset
for help on using the changeset viewer.