#include /* Escribe aqui tu funcion o su prototipo */ int main() { char mensaje[] = "Hola mundo"; escribe_cad( mensaje ); escribe_cad( "Hasta luego mundo" ); system( "pause" ); return 0; }