Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/alex4/files/patch-unix.h
16461 views
1
--- unix.h.orig 2016-06-14 16:25:53 UTC
2
+++ unix.h
3
@@ -0,0 +1,6 @@
4
+#ifdef __unix__
5
+
6
+char *get_homedir();
7
+int check_and_create_dir(const char *name);
8
+
9
+#endif
10
11