Re: gcc problem, I can't get the 'ctime(&(statbuf.st_atime)' value in line20.

2006-04-28 Thread Conrad J. Sabatier
On Fri, 28 Apr 2006 08:17:34 -0500, "Conrad J. Sabatier" <[EMAIL PROTECTED]> wrote: > On Fri, 28 Apr 2006 16:22:10 +0800, "jiangyong jon7808" > <[EMAIL PROTECTED]> wrote: > > > 1 #include > > 2 #include > > 3 char *filename = "/etc/passwd" ; > > 4 > > 5 int main()

Re: gcc problem, I can't get the 'ctime(&(statbuf.st_atime)' value in line20.

2006-04-28 Thread Conrad J. Sabatier
On Fri, 28 Apr 2006 16:22:10 +0800, "jiangyong jon7808" <[EMAIL PROTECTED]> wrote: > 1 #include > 2 #include > 3 char *filename = "/etc/passwd" ; > 4 > 5 int main() > 6 { > 7 struct stat statbuf; > 8 > 9 if(stat(filename,&statbuf)==-1