#include "syscall.h" int main() { Create("burger.txt"); Halt(); /* not reached */ return 0; }