This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
42_KFS
Watch
1
Star
1
Fork
0
You've already forked 42_KFS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1e981755de
42_KFS
/
headers
/
time.h
7 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
add: sleep
2025-01-08 10:38:02 -05:00
#
pragma once
core: change types from uint32_t to u32 (e.g)
2025-01-27 05:26:15 -05:00
#
include
"types.h"
add: sleep
2025-01-08 10:38:02 -05:00
#
include
<stdint.h>
core: change types from uint32_t to u32 (e.g)
2025-01-27 05:26:15 -05:00
void
sleep
(
u64
delay
)
;
Reference in New Issue
Copy Permalink