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