1 2 3 4 5 6 7 8 9 10 11 12
#ifndef DB_COMMANDS_H #define DB_COMMANDS_H #include "HashMap.h" #include <stdio.h> #include <stdlib.h> #include <stdlib.h> void parse(char *input, char *tokens[], int max_tokens); int db_commands(struct hashTable *self, FILE *fh, char *fileName); #endif