Sign in
cobalt
/
cobalt
/
fc84fc2a551a0cf60d391fb3e7d8229e6f9a9daf
/
.
/
third_party
/
musl
/
src
/
starboard
/
exit
/
abort.c
blob: 6c1f83097d3e8367a3d4385ac9e0fbb563dee975 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
"starboard/system.h"
void
abort
()
{
SbSystemBreakIntoDebugger
();
}