Operating System
step_3
user
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
sum
int sum(int)
Definition:
user.c:6
jumpToUser
void jumpToUser()
Definition:
user.c:13
Generated by
1.8.15