#ifndef FILEOPS_H #define FILEOPS_H unsigned char *readdb(char *filename); #endif