add linewrap option when encoding (76 columns)
This commit is contained in:
parent
6c7d699f1a
commit
0dba01d98e
4 changed files with 46 additions and 6 deletions
9
output.h
Normal file
9
output.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef HEADER_OUTPUT
|
||||
#define HEADER_OUTPUT
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
char
|
||||
printw(FILE *fp, unsigned char *s, int slen);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue