len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年8月25日

摘要: const char *word = pszLine; char word_buffer[EI_MAX_CHAR_NUM]; int addr = 0; bool last_word_is_space = false; while(1){ if(word[0] != ' ' && word[0] != '\t' && word[0] != 0){ ... 阅读全文
posted @ 2005-08-25 16:42 Len3d 阅读(298) 评论(0) 推荐(0) 编辑