]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - kill-unlink.c
Add some more sim goop
[fpgaboy.git] / kill-unlink.c
diff --git a/kill-unlink.c b/kill-unlink.c
new file mode 100644 (file)
index 0000000..3fe5000
--- /dev/null
@@ -0,0 +1,4 @@
+int unlink(char *s)
+{
+  return 0;
+}
\ No newline at end of file
This page took 0.022442 seconds and 4 git commands to generate.