Changes between Version 18 and Version 19 of HowTo/CTutorial


Ignore:
Timestamp:
Sep 6, 2010, 2:36:45 PM (14 years ago)
Author:
村山 俊之
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/CTutorial

    v18 v19  
    368368            putchar(' ');
    369369        }
    370         putchar(test[i]);
     370        putchar(text[i]);
    371371    }
     372    putchar('\n');
    372373    return 0;
    373374}