7 lines
56 B
C
7 lines
56 B
C
#ifndef UTIL_H_
|
|
#define UTIL_H_
|
|
|
|
int getyear();
|
|
|
|
#endif
|
#ifndef UTIL_H_
|
|
#define UTIL_H_
|
|
|
|
int getyear();
|
|
|
|
#endif
|