text: move I/O related code to separate file
commit574567b125d1a81bb191cfecdecc76c70f216231
authorMarc André Tanner <mat@brain-dump.org>
Mon, 28 Sep 2020 13:42:14 +0000 (28 15:42 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 10 Oct 2020 08:48:10 +0000 (10 10:48 +0200)
treeb6ffbff29ade3306506ef917c2875b2d377f20fd
parenta889c06ffe1bae1659a976d812c76433e6b69e51
text: move I/O related code to separate file

This groups all I/O related code together to make it reusable in different
core text data structure implementations.
Makefile
text-internal.h [new file with mode: 0644]
text-io.c [new file with mode: 0644]
text.c