test small

smalljam의 이미지

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);
}