7a4bf7c495
in search of his kidnapped girlfriend. Plenty of classic platforming in four nice colors guaranteed! WWW: http://allegator.sourceforge.net/ PR: 208664 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
9 lines
163 B
C
9 lines
163 B
C
--- unix.h.orig 2016-06-14 16:25:53 UTC
|
|
+++ unix.h
|
|
@@ -0,0 +1,6 @@
|
|
+#ifdef __unix__
|
|
+
|
|
+char *get_homedir();
|
|
+int check_and_create_dir(const char *name);
|
|
+
|
|
+#endif
|