1 2 3 4 5 6 7
#ifndef FILEOPS_H #define FILEOPS_H unsigned char *readdb(char *filename); // TODO: Implement writedb function #endif