#define EXIT_SUCCESS 0 int puts(const char *string); int main(void) { puts("Salve, simpatia!"); return EXIT_SUCCESS; }