fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
tm.h
Go to the documentation of this file.
1
3#ifndef FSAUTOPROC_TIME_H
4#define FSAUTOPROC_TIME_H
5
6#include <stdint.h>
7
10uint64_t tmnow(void);
11
12#endif//FSAUTOPROC_TIME_H
uint64_t tmnow(void)
Get the current system time in milliseconds.
Definition tm.c:11