octet icon indicating copy to clipboard operation
octet copied to clipboard

Adding c-string (null terminated strings)

Open duanebester opened this issue 4 years ago • 0 comments

Automatically appends the null terminator to strings.

(def buffer (buf/allocate 6))
(buf/write! buffer "hello" buf/cstring)
(buf/read buffer buf/cstring)

duanebester avatar Aug 23 '21 03:08 duanebester