This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/userprog/boundary.h

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 */