Add the programs ␀ and pack
commit547d0e7f77f91bb43a880f70e98efd92bf68b68e
authorff <_ff@tuta.io>
Thu, 21 Dec 2017 13:37:25 +0000 (21 14:37 +0100)
committerff <_ff@tuta.io>
Thu, 21 Dec 2017 13:37:25 +0000 (21 14:37 +0100)
treece1bf7889b246ae14a2d904211dea7232c623968
parent5831d4a46759514a784e0f29806929e05689e2c5
Add the programs ␀ and pack

␀ outputs the null character,
pack outputs its arguments,
interspersing them with the string “(␀)”.
Devember/log21.txt [new file with mode: 0644]
src/minish-eval.c
src/pack.c [new file with mode: 0644]
src/words.h
src/␀.c [new file with mode: 0644]