On Sat, Jul 02, 2011 at 05:32:38PM +0100, Dirk Koopman wrote: > Here is a bit of C code that is part of something much bigger. > > _exit(0); Why _exit instead of exit? exit() DTRT with flushing filehandles. -- David Cantrell | Nth greatest programmer in the world