42_KFS/headers/time.h

6 lines
63 B
C

#pragma once
#include <stdint.h>
void sleep(uint64_t delay);