9 lines
124 B
C
9 lines
124 B
C
#ifndef HEADER_OUTPUT
|
|
#define HEADER_OUTPUT
|
|
|
|
#include <stdio.h>
|
|
|
|
char
|
|
printw(FILE *fp, unsigned char *s, int slen);
|
|
|
|
#endif
|