#ifndef INPUT_H
#define INPUT_H

#include <stdio.h>

int
readb(FILE *fp, unsigned char *s, int slen);

#endif