Go to most recent revision | Details | Compare with Previous | View Log
#include <unistd.h>
int main(void)
{
_exit(42);
}