source:
trunk/libs/newlib/src/libgloss/mt/trap.h
@
679
Last change on this file since 679 was 444, checked in by , 6 years ago | |
---|---|
File size: 97 bytes |
Line | |
---|---|
1 | #include "syscall.h" |
2 | |
3 | int __trap0 (); |
4 | |
5 | #define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3)) |
Note: See TracBrowser
for help on using the repository browser.