increase readability of output.{c,h}

This commit is contained in:
Eric 2025-06-12 23:53:00 +02:00
parent 99c88949ac
commit 44187d5618
2 changed files with 22 additions and 22 deletions

View file

@ -4,6 +4,6 @@
#include <stdio.h>
char
printw(FILE *fp, unsigned char *s, int slen);
printw(FILE *fptr, unsigned char *buf, int bufsize);
#endif