- cleaned up makefiles
- polished code to avoid warnings
This commit is contained in:
@@ -67,7 +67,7 @@ int mycDate(int time) {
|
||||
|
||||
int mycTime(int date) {
|
||||
struct tm tim;
|
||||
time_t t, now;
|
||||
time_t now;
|
||||
int y, m, d;
|
||||
|
||||
if (my_base == 0) initBase();
|
||||
|
||||
Reference in New Issue
Block a user