Go to the source code of this file.
Typedefs | |
using | date_t = greg::date |
using | dates_t = std::vector< date_t > |
Functions | |
static void | MakeCalendar (const uint16_t year, const uint8_t num_months_horizontally, std::ostream &ostr) |
int | main () |
using date_t = greg::date |
Definition at line 12 of file calendar.cpp.
Definition at line 13 of file calendar.cpp.
int main | ( | ) |
Definition at line 73 of file calendar.cpp.
|
static |
Definition at line 15 of file calendar.cpp.