Operating System
user.h
Go to the documentation of this file.
1 
6 #ifndef __USER_H_
7 #define __USER_H_
8 int sum(int);
9 void jumpToUser();
10 #endif
int sum(int)
Definition: user.c:6
void jumpToUser()
Definition: user.c:13