increase readability of output.{c,h}
This commit is contained in:
parent
99c88949ac
commit
44187d5618
2 changed files with 22 additions and 22 deletions
2
output.h
2
output.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue