摘要: c 代码:#include stdio.h#include assert.h#define MAXLEN 1000int getline(char[] ,int);//供C# 调用 __declspec__declspec(dllexport) void reverseline(char dest[],const char source[]);int main(int argc, char *argv[]){ char currentline[MAXLEN]; int maxcount=0; int currentlen=0; char resultline[MAXLEN]; whil 阅读全文
posted @ 2010-07-28 12:00 b0b0 阅读(1576) 评论(1) 推荐(0)