Hi,
> Log message: > 2001-12-08 Alexander R Angas <[EMAIL PROTECTED]> > [...] > * src/include/engine.h: > * src/engine/game.c: Added other_libs_exit() so libraries can clean up > at the end of the program (for want of a better place to put it). This raises an interesting question: The console uses atexit() for this, which is labelled as being conforming to the BSD and SysV APIs, plus ISO 9899. How portable is this function? llap, Christoph
