index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
riscv-probe
/
libfemto
/
std
/
abort.c
blob: d4a7f06021fc18c38b31d470b4b3987004bbaee1 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h> #include <stdlib.h> void abort(void) { puts("abort"); exit(-1); }