From e8981b723d35c530ef217140c965287ecd0e9031 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 15 Mar 2021 21:35:16 +0100 Subject: safe_u8putstr: add oneline mode that prints CR/LF as C0 sequences --- blaze822.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blaze822.h') diff --git a/blaze822.h b/blaze822.h index 3169278..9aae8a5 100644 --- a/blaze822.h +++ b/blaze822.h @@ -95,7 +95,7 @@ int slurp(char *filename, char **bufo, off_t *leno); // safe_u8putstr.c #include -void safe_u8putstr(char *s0, size_t l, FILE *stream); +void safe_u8putstr(char *s0, size_t l, int oneline, FILE *stream); // pipeto.c -- cgit 1.4.1