42_KFS/headers/time.h

7 lines
77 B
C
Raw Normal View History

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