6 lines
47 B
C
6 lines
47 B
C
|
|
#include <stdlib.h>
|
||
|
|
|
||
|
|
if(problem){
|
||
|
|
abort();
|
||
|
|
}
|