Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/print/print1.c

    ra000878c rd16fc78  
    4848        TPRINTF("Real output:     \"%8.10s\"\n\n", "very long text");
    4949       
    50         TPRINTF("Testing printf(\"%%s\", NULL):\n");
    51         TPRINTF("Expected output: \"(NULL)\"\n");
    52         TPRINTF("Real output:     \"%s\"\n\n", NULL);
    53        
    5450        return NULL;
    5551}
Note: See TracChangeset for help on using the changeset viewer.