#ifndef in_h #define in_h extern char *in_buf; extern long long in_bytes; extern void in_init(void); #endif