#ifndef MAIN_H_ #define MAIN_H_ int _printf(const char *format, ...); int _contains(const char *str, char c); int _strlen(char *str); #endif