Skip to content
Snippets Groups Projects
userfs.c 89 B
Newer Older
kaashoek's avatar
kaashoek committed
// file system tests

char buf[1024];

main()
{
  puts("userfs running\n");
kaashoek's avatar
kaashoek committed
  block();
}