|
Blue Forest http://www.lslnet.com at 13:08 on August 8, 2006
Bamboo brother to save the younger, ME ! ! ! ! ! ! ! !
Int n;
Struct stat sbuf;
If (stat (msgfile, &sbuf)> 0)
{
N = 1;
}
Else
{
N = sbuf.st_size;
}
Brother, help me explain the meaning of this code, in particular stat (msgfile, &sbuf) what is the meaning of this function? Best specific. Em08 : : : : em08 |
| |