altos/scheme: add make-string builtin
authorKeith Packard <keithp@keithp.com>
Thu, 4 Jan 2018 10:23:40 +0000 (02:23 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 4 Jan 2018 10:23:40 +0000 (02:23 -0800)
commit036a5311cbc86dbc5a8f859778d52d588915e4e2
tree9a41876ad306a50786a34551285f10d8f906555e
parent0a0327330dcbf5531cd0f8ca8b912fa51ef44f13
altos/scheme: add make-string builtin

Allocate a blank string.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/scheme/ao_scheme.h
src/scheme/ao_scheme_builtin.c
src/scheme/ao_scheme_builtin.txt
src/scheme/ao_scheme_string.c