v4k-git-backup/demos/99-crashrpt.c

7 lines
74 B
C

#include "v4k.h"
int main() {
trap_install();
app_crash();
return 0;
}