source:
trunk/sys/dietlibc/abort.c
@
238
Last change on this file since 238 was 1, checked in by , 8 years ago | |
---|---|
File size: 163 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | #include <stdlib.h> |
2 | #include <stdio.h> | |
3 | #include "dietstdio.h" | |
4 | //#include <pthread.h> | |
5 | ||
6 | void abort(void) { | |
7 | //pthread_exit((void*)127); | |
8 | //abort(); | |
9 | exit(127); | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.