source:
trunk/sys/dietlibc/abort.c
@
95
Last change on this file since 95 was 1, checked in by , 8 years ago | |
---|---|
File size: 163 bytes |
Line | |
---|---|
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.