mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-05 22:32:37 +00:00
4 lines
147 B
C
4 lines
147 B
C
enum day_of_the_week {Sunday = 0, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday};
|
|
|
|
static enum day_of_the_week day __attribute__((used));
|