Ignore:
File:
1 edited

Legend:

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

    ra000878c rcb01e1e  
    3030#include <test.h>
    3131
    32 const char *test_print2(void)
     32char *test_print2(void)
    3333{
    3434        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.