mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 04:45:41 +02:00
7 lines
177 B
C
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);
|