Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trap.h « mt « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27636c004dd0d3b32993d8ff689e5d4137930d3f (plain)
1
2
3
4
5
#include "syscall.h"

int __trap0 ();

#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))