repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content
[newlib-cygwin.git]
/
libgloss
/
iq2000
/
trap.h
blob
27636c004dd0d3b32993d8ff689e5d4137930d3f
1
#include
"syscall.h"
2
3
int
__trap0
();
4
5
#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))