#ifndef __MISC_H__ #define __MISC_H__ FILE *bopen (char *file); void bclose (FILE * fp); #endif /* Add nothing past this line... */