原帖由 gm3000 于 2008-8-21 18:01 发表
我改成这样char *openPsl(char *pslpath){
FILE *fp;
char pslText[900];
char *p;
p=pslText;
if((fp=fopen(pslpath,"r"))==NULL) printf("PSL file open failed");
do{
*p=fgetc(fp);
p+ ...
原帖由 gm3000 于 2008-8-21 18:01 发表
我改成这样char *openPsl(char *pslpath){
FILE *fp;
char pslText[900];
char *p;
p=pslText;
if((fp=fopen(pslpath,"r"))==NULL) printf("PSL file open failed");
do{
*p=fgetc(fp);
p+ ...
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |