摘要:使用的是The Art And Science Of C书里的字符串库。//// main.c// TheArtAndScienceOfC// Created by dai changxin on 12-1-11.//#include <stdio.h>#include "genlib.h"#include "simpio.h"#include "strlib.h"#define LINE_NUMBER 8int main (int argc, const char * argv[]){ //最大长度 int lineWi
阅读全文
posted @ 2012-07-01 19:28
浙公网安备 33010602011771号