C语言生成2000w行数据的两个实现
以下两个代码均在Linux下GCC测试通过要求:字符串长度为16字符串只能包含大小写字母和数字要求生成20000000行的TXT文本/*********************************** Author: Ervin_Zhao(2012.6)* Compile: gcc* Create a file named test.txt, included 2000w line random string* string have 16 num u...