wmusic: Print message when connecting to new player.
[dockapps.git] / wmframepic / src / age_calc.h
blob4878a2df81c18125578e099c70eee7df60851226
1 #ifndef AGE_CALC_H_
2 #define AGE_CALC_H_
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <time.h>
8 #define NUMBER_OF_ROWS 3
9 #define NUMBER_OF_COLUMNS 100
11 char **get_phrases(int day, int month, int year);
12 void clear_phrases(char **phrases);
14 #endif /* AGE_CALC_H_ */