Add musyx/stream.c, match and link arith.c

Former-commit-id: 7bd0748d30
This commit is contained in:
2022-11-29 23:07:31 -08:00
parent 2bff2f4d6b
commit 41f47c198d
7 changed files with 106 additions and 15 deletions

View File

@@ -860,7 +860,7 @@ LIBS = [
["Runtime/alloc", False],
["Runtime/ansi_files", True],
"Runtime/ansi_fp",
"Runtime/arith",
["Runtime/arith", True],
["Runtime/buffer_io", True],
["Runtime/ctype", True],
["Runtime/locale", True],
@@ -923,7 +923,7 @@ LIBS = [
"musyx/synth",
["musyx/seq_api", True],
["musyx/snd_synthapi", False, False],
"musyx/stream",
["musyx/stream", False],
"musyx/synthdata",
"musyx/synthmacros",
"musyx/synthvoice",