aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-12-01 14:29:41 -0500
committerTest_User <hax@andrewyu.org>2024-12-01 14:29:41 -0500
commita5293f52d2ee2b6822738b0d1a28f66607589c68 (patch)
tree4a4b6edebd606d5317f55872bddab518052b1994
parentOptional manual stack freeing (diff)
downloade2-spec-a5293f52d2ee2b6822738b0d1a28f66607589c68.tar.gz
e2-spec-a5293f52d2ee2b6822738b0d1a28f66607589c68.tar.zst
e2-spec-a5293f52d2ee2b6822738b0d1a28f66607589c68.zip
No null termination (by default)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b37ae06..9198129 100644
--- a/README.md
+++ b/README.md
@@ -101,3 +101,4 @@ block.
6. You should be able to release variables from the scope they are in, and not only
be controllable by code blocks, so stack variables can be released in differing
orders.
+7. Strings are not null-terminated by default.