7 lines
191 B
C
Executable file
7 lines
191 B
C
Executable file
#ifndef TESTS_USERPROG_BOUNDARY_H
|
|
#define TESTS_USERPROG_BOUNDARY_H
|
|
|
|
void *get_boundary_area (void);
|
|
char *copy_string_across_boundary (const char *);
|
|
|
|
#endif /* tests/userprog/boundary.h */
|