9 lines
102 B
C
9 lines
102 B
C
|
|
#ifndef __UNISTD_H__
|
|
#define __UNISTD_H__
|
|
|
|
int syscall(int number, ...);
|
|
|
|
#endif /* __UNISTD_H__ */
|
|
|