diff options
Diffstat (limited to 'fedora/.local/bin/htop-vim/generic/gettime.h')
| -rw-r--r-- | fedora/.local/bin/htop-vim/generic/gettime.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fedora/.local/bin/htop-vim/generic/gettime.h b/fedora/.local/bin/htop-vim/generic/gettime.h new file mode 100644 index 0000000..91fe43d --- /dev/null +++ b/fedora/.local/bin/htop-vim/generic/gettime.h @@ -0,0 +1,18 @@ +#ifndef HEADER_gettime +#define HEADER_gettime +/* +htop - generic/gettime.h +(C) 2021 htop dev team +Released under the GNU GPLv2+, see the COPYING file +in the source distribution for its full text. +*/ + +#include <stdint.h> +#include <sys/time.h> + + +void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec); + +void Generic_gettime_monotonic(uint64_t* msec); + +#endif |
