aboutsummaryrefslogtreecommitdiff
path: root/src/runner/runner.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-01 00:23:47 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-01 00:23:47 +0330
commit6f89805452feaa239ed6d662762ac7e17b7a7287 (patch)
tree7b44f0e18835e929c981341e9031ec3c94fbf7d6 /src/runner/runner.h
parent3d221097f608d41603c4f475c764cfb42f509df6 (diff)
fixing string
Diffstat (limited to 'src/runner/runner.h')
-rw-r--r--src/runner/runner.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runner/runner.h b/src/runner/runner.h
index 16103cc..f4b6277 100644
--- a/src/runner/runner.h
+++ b/src/runner/runner.h
@@ -38,3 +38,5 @@ AstTree *castTo(AstTree *value, AstTree *to);
ffi_type *toFFIType(AstTree *type);
void deleteFFIType(ffi_type *type);
+
+void *stackAlloc(size_t size, AstTreeScope *scope);