#ifndef STRINGS_H #define STRINGS_H #include bool strcmp(char* a, char* b, int max); #endif