42_KFS/headers/time.h
2025-01-08 16:38:02 +01:00

5 lines
62 B
C

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