File: time_ms.h

package info (click to toggle)
delay 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: ansic: 292; makefile: 91
file content (9 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef __H_TIME_MS
#define __H_TIME_MS

#include <stdint.h>

typedef int64_t time_ms;

time_ms get_time_ms();
#endif