about summary refs log tree commit diff stats
path: root/subx/apps/crenshaw2-1
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-02 23:44:43 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-02 23:48:52 -0700
commitd134a83b7454911285101dee8d14b9a41671d850 (patch)
tree8a2a01164bf73f001fac05d8979996477c011ebf /subx/apps/crenshaw2-1
parentf2cd405d04cd904bf1ed4d5ddf4916234c0509f5 (diff)
downloadmu-d134a83b7454911285101dee8d14b9a41671d850.tar.gz
new primitives: append-byte, append-byte-hex
These are variants of write-byte-buffered and print-byte-buffered respectively
that operate on in-memory `stream`s rather than `buffered-file`s.

They don't operate on files, so we'll avoid using the prefix 'write-'.
Diffstat (limited to 'subx/apps/crenshaw2-1')
-rwxr-xr-xsubx/apps/crenshaw2-1bin18589 -> 18959 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index b5614efb..8a927771 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differ