1#ifndef TESTS_USERPROG_BOUNDARY_H
2#define TESTS_USERPROG_BOUNDARY_H
void * get_boundary_area(void)
Returns the beginning of a page.
char * copy_string_across_boundary(const char *)
Returns a copy of SRC split across the boundary between two pages.
void * get_bad_boundary(void)
tests/userprog/boundary.h