RosettaCodeData/Task/Program-termination/C/program-termination-2.c

6 lines
47 B
C

#include <stdlib.h>
if(problem){
abort();
}