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

Go to the source code of this file.

Functions

void test_main (void)
 Try writing a file in the most normal way. More...
 

Function Documentation

◆ test_main()

void test_main ( void  )

Try writing a file in the most normal way.

tests/main.h

Definition at line 9 of file write-normal.c.

References byte_cnt(), CHECK, create(), fail(), open(), and write().

Here is the call graph for this function: