Files
CS3841/TTOS/include/syscall.h
p-w-rs 7bb91e666d stuff
2022-09-07 11:18:56 -05:00

6 lines
77 B
C

#ifndef _SYSCALL_H
#define _SYSCALL_H
long system_call(long n, ...);
#endif