add sys_add_three_integers
This commit is contained in:
@@ -157,5 +157,6 @@ char *getcwd(char *buf, size_t buflen); /* calls __getcwd */
|
||||
time_t time(time_t *seconds); /* calls __time */
|
||||
|
||||
int printchar(char c);
|
||||
int add_three_integers(int a, int b, int c);
|
||||
|
||||
#endif /* _UNISTD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user