#include <stdio.h> _exit( status );
"_exit" terminates program execution. Unlike on Unix, this version of "_exit" acts just like "exit". This is done since it is neither useful nor safe to leave a file unflushed and/or unclosed on non-unix systems.
Copyright © 2000, Thinkage Ltd.