projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update Bochs and toolchain build summaries.
[pintos-anon]
/
grading
/
userprog
/
create-empty.c
1
#include <stdio.h>
2
#include <syscall.h>
3
4
int
5
main (void)
6
{
7
printf ("(create-empty) begin\n");
8
create ("", 0);
9
printf ("(create-empty) end\n");
10
return 0;
11
}