Files
Limine/common/lib/time.h
cospplredman ba5c0004e6 fixed header guard names
made them more standard compliant
2024-03-20 03:06:55 +01:00

9 lines
95 B
C

#ifndef LIB__TIME_H__
#define LIB__TIME_H__
#include <stdint.h>
uint64_t time(void);
#endif