b64/output.h
2025-06-12 23:53:00 +02:00

9 lines
121 B
C

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