guia03/ex42/include/LANG_ES.h (201B)
1 #ifndef LANG_ES_H 2 #define LANG_ES_H 3 4 const char months[][10] = { "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre" }; 5 6 #endif
9511_workbooksolved exercises from algorithms & programming I (9511) prof. Cardozo |