期待小G雄起….. wait()…
[ root@localhost ~]# man wait
parent process wait child process over ,and remove task struct from kernel .if parent process terminated ,child process will become zombie , and init will do this work…
The atoi() function converts the initial portion of the string pointed
to by nptr to int. The behaviour is the same as
strtol(nptr, (char **)NULL, 10);
except that atoi() does not detect errors.
The atol() and atoll() functions behave the same as atoi(), except that
they convert the initial portion of the string to their return type of
long or long long. atoq() is an obsolete name for atoll().
6月 3rd, 2009 at 10:52 下午
期待小G雄起….. wait()…
[ root@localhost ~]# man wait
parent process wait child process over ,and remove task struct from kernel .if parent process terminated ,child process will become zombie , and init will do this work…
没事,我在发疯而已…人有时候做事是没有理由的,想做就做了。例如man wait…
6月 8th, 2009 at 1:10 下午
等待日光神华丽回归….
楼上的,我也会
[root@localhost ~]# man atoi
The atoi() function converts the initial portion of the string pointed
to by nptr to int. The behaviour is the same as
strtol(nptr, (char **)NULL, 10);
except that atoi() does not detect errors.
The atol() and atoll() functions behave the same as atoi(), except that
they convert the initial portion of the string to their return type of
long or long long. atoq() is an obsolete name for atoll().
7月 16th, 2009 at 11:48 上午
有幸拜读
7月 16th, 2009 at 12:26 下午
博主太强悍了