42_KFS/headers/time.h

6 lines
63 B
C
Raw Normal View History

2025-01-08 10:38:02 -05:00
#pragma once
#include <stdint.h>
2025-02-07 06:35:32 -05:00
void sleep(uint64_t delay);