> #include <unistd.h>
> void main()
> {
> for (int i = 0; i < 15; ++i)
> {
> for (int j = 0; j < 1024 * 1024; ++i)
Shouldn't this be ++j BTW?
> {
> getpid();
> }
> }
> }
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message