#pragma once #include #include /* * Copy of a char to a newly created string of the same size. */ char* copy_achar(const char*); int load_or_save_db(sqlite3 *pInMemory, const char *zFilename, int isSave); unsigned int count_file_lines(FILE *file);