guia03/ex42/include/LANG_EN.h (198B)
1 #ifndef LANG_EN_H 2 #define LANG_EN_H 3 4 const char months[][10] = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" }; 5 6 #endif
9511_workbooksolved exercises from algorithms & programming I (9511) prof. Cardozo |