mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-09 00:05:22 +00:00
6 lines
97 B
C
6 lines
97 B
C
#include "syscall.h"
|
|
|
|
int __trap0 ();
|
|
|
|
#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))
|