DEBSOURCES
Skip Quicknav
sources / delay / 1.0-6 / time_ms.h
123456789
#ifndef __H_TIME_MS #define __H_TIME_MS #include <stdint.h> typedef int64_t time_ms; time_ms get_time_ms(); #endif