9 lines
121 B
C
9 lines
121 B
C
#ifndef OUTPUT_H
|
|
#define OUTPUT_H
|
|
|
|
#include <stdio.h>
|
|
|
|
char
|
|
printw(FILE *fptr, unsigned char *buf, int bufsize);
|
|
|
|
#endif
|