#ifndef FILEOPS_H #define FILEOPS_H unsigned char *readdb(char *filename); // TODO: Implement writedb function #endif