add sys_add_three_integers

This commit is contained in:
2024-09-12 12:59:18 -04:00
parent f5117281a3
commit 090b997d35
9 changed files with 40 additions and 1 deletions

View File

@@ -59,4 +59,6 @@ int sys___time(userptr_t user_seconds, userptr_t user_nanoseconds);
int sys_printchar(char c);
int sys_add_three_integers(int a, int b, int c, int *ret);
#endif /* _SYSCALL_H_ */