lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since a376c9e was 3daba9de, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago |
Added signal.h (just symbols, no functionality) and various other bits.
|
-
Property mode
set to
100644
|
File size:
153 bytes
|
Rev | Line | |
---|
[3daba9de] | 1 |
|
---|
| 2 | #ifndef COMPAT_STDLIB_H
|
---|
| 3 | #define COMPAT_STDLIB_H
|
---|
| 4 |
|
---|
| 5 | #include "../../c/include/stdlib.h"
|
---|
| 6 |
|
---|
| 7 | #define _exit exit
|
---|
| 8 | #define _Exit exit
|
---|
| 9 |
|
---|
| 10 | #endif // COMPAT_STDLIB_H
|
---|
| 11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.