Word count 썸네일형 리스트형 WC : Word Count UNIX의 wc(1)의 기능을 구현한 것. #include "ourhdr.h" //System Programming Default Header enum bool {false, true}; //C dosen't support the "boolean" type. So, I defined as enumeration type. ///////////////////////////////////////// //main function //////////// //////////////////////////////////////// int main (int agrc, char *agrv[]) { int c = 0; //get character input int lines = 0, words = 0 , bytes = 0;.. 더보기 이전 1 다음