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