aboutsummaryrefslogtreecommitdiffstats
path: root/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/memory.h b/memory.h
new file mode 100644
index 0000000..ab52085
--- /dev/null
+++ b/memory.h
@@ -0,0 +1,23 @@
+#ifndef INCLUDE_BLASSIC_MEMORY_H
+#define INCLUDE_BLASSIC_MEMORY_H
+
+// memory.h
+// Revision 1-feb-2005
+
+#include "blassic.h"
+
+namespace blassic {
+
+namespace memory {
+
+size_t dyn_alloc (size_t memsize);
+void dyn_free (size_t mempos);
+void dyn_freeall ();
+
+} // namespace memory
+
+} // namespace blassic
+
+#endif
+
+// End of memory.h
Un proyecto texto-plano.xyz