Files
yait/util.h
2025-11-11 21:49:23 -05:00

7 lines
56 B
C

#ifndef UTIL_H_
#define UTIL_H_
int getyear();
#endif