mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
misc: add timespec_add()
This commit is contained in:
parent
020148d67c
commit
4db1dde25c
2 changed files with 19 additions and 1 deletions
1
misc.h
1
misc.h
|
|
@ -6,4 +6,5 @@
|
|||
|
||||
bool isword(char32_t wc, bool spaces_only, const char32_t *delimiters);
|
||||
|
||||
void timespec_add(const struct timespec *a, const struct timespec *b, struct timespec *res);
|
||||
void timespec_sub(const struct timespec *a, const struct timespec *b, struct timespec *res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue