From f4bc4570be7a51b00bf44d5bd4be99108dd94a30 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 6 Oct 2022 12:26:42 -0400 Subject: Libtnsl additions --- spec/Appendices.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'spec') diff --git a/spec/Appendices.md b/spec/Appendices.md index cd161e9..c8bbde2 100644 --- a/spec/Appendices.md +++ b/spec/Appendices.md @@ -154,10 +154,6 @@ bool - boolean - char - ascii/extended ascii 8-bit value - - charp - unicode 8-bit character part (using either UTF-8 or UN7+1) - int8 - 8-bit integer int16 - 16-bit integer @@ -168,9 +164,9 @@ int - the default-width integer - uint8 - 8-bit unsigned integer + uint8 - 8-bit unsigned integer (also used to store byte-width characters) - uint16 - 16-bit unsigned integer + uint16 - 16-bit unsigned integer (also used to store word-width characters) uint32 - 32-bit unsigned integer @@ -277,7 +273,7 @@ alloc* (and related) - allocate (or reallocate) memory from somewhere (tnsl.algo._alloc) - dealloc* - free allocated memory (tnsl.algo._dealloc) + dealloc* (and related) - free allocated memory (tnsl.algo._dealloc) \* keyword requires a libtnsl implimentation -- cgit v1.2.3