]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-genunix.hpp
webapps.wiki: adding search bar
[factor.git] / vm / os-genunix.hpp
index bc12f716cfdb2cf568e7f112c94fc64847eb68dd..dee563a96891b79f2feff0c9278737afadd85496 100644 (file)
@@ -1,13 +1,8 @@
-namespace factor
-{
+namespace factor {
 
 #define VM_C_API extern "C"
-#define NULL_DLL NULL
-
-void c_to_factor_toplevel(cell quot);
-void init_signals(void);
-void early_init(void);
-const char *vm_executable_path(void);
-const char *default_image_path(void);
 
+void early_init();
+const char* vm_executable_path();
+const char* default_image_path();
 }