diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-26 17:54:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-26 17:54:31 +0100 |
commit | ad12ec282c23d8751a72ba4c678cef4d902eb4bc (patch) | |
tree | 16204c3f893a8b91a859d778eb716c512abe545b | |
parent | Add libsimple_[e[n]]{local,gm}time, remove dates from man pages, and add blank lines between sections in man pages (diff) | |
download | libsimple-ad12ec282c23d8751a72ba4c678cef4d902eb4bc.tar.gz libsimple-ad12ec282c23d8751a72ba4c678cef4d902eb4bc.tar.bz2 libsimple-ad12ec282c23d8751a72ba4c678cef4d902eb4bc.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | engmtime.c | 1 | ||||
-rw-r--r-- | enlocaltime.c | 1 | ||||
-rw-r--r-- | gmtime.c | 1 | ||||
-rw-r--r-- | localtime.c | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,7 @@ int main(void) { /* TODO test */ + return 0; } #endif diff --git a/enlocaltime.c b/enlocaltime.c index aa94869..af8907e 100644 --- a/enlocaltime.c +++ b/enlocaltime.c @@ -18,6 +18,7 @@ int main(void) { /* TODO test */ + return 0; } #endif @@ -55,6 +55,7 @@ int main(void) { /* TODO test */ + return 0; } #endif diff --git a/localtime.c b/localtime.c index d695da7..0b075a0 100644 --- a/localtime.c +++ b/localtime.c @@ -55,6 +55,7 @@ int main(void) { /* TODO test */ + return 0; } #endif |