yambar/modules/clock/clock.h
2019-01-12 11:19:57 +01:00

7 lines
177 B
C

#pragma once
#include "../../module.h"
#include "../../particle.h"
struct module *module_clock(
struct particle *label, const char *date_format, const char *time_format);