6 lines
77 B
C
6 lines
77 B
C
#ifndef _SYSCALL_H
|
|
#define _SYSCALL_H
|
|
|
|
long system_call(long n, ...);
|
|
|
|
#endif |