42_KFS/headers/time.h

5 lines
62 B
C
Raw Normal View History

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