add linewrap option when encoding (76 columns)

This commit is contained in:
Eric 2025-05-27 01:32:09 +02:00
parent 6c7d699f1a
commit 0dba01d98e
4 changed files with 46 additions and 6 deletions

9
output.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef HEADER_OUTPUT
#define HEADER_OUTPUT
#include <stdio.h>
char
printw(FILE *fp, unsigned char *s, int slen);
#endif