test small
글쓴이: smalljam / 작성시간: 일, 2003/03/16 - 2:57오후
test
main()
#include <stdlib.h>
#include <fcntl.h>
#define MAXSIZE 8192
void checfile(char *name,time_t*);
main(){
int cnt,fd;
FILE *fp;
for(cnt=0;cnt<100;cnt++){
printf("counter is ==> <%d>",cnt);
}
stat(fp,..);
exit(0);
}
Forums:

