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

7 lines
74 B
C
Raw Normal View History

2023-10-26 07:20:59 +00:00
#include "v4k.h"
int main() {
trap_install();
app_crash();
return 0;
}