CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
create-bound.c File Reference
#include <syscall.h>
#include "tests/userprog/boundary.h"
#include "tests/lib.h"
#include "tests/main.h"
Include dependency graph for create-bound.c:

Go to the source code of this file.

Functions

void test_main (void)
 Opens a file whose name spans the boundary between two pages. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Opens a file whose name spans the boundary between two pages.

tests/main.h

This is valid, so it must succeed.

Definition at line 10 of file create-bound.c.

References copy_string_across_boundary(), create(), and msg().

Here is the call graph for this function: