5 lines
62 B
C
5 lines
62 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void sleep(uint64_t delay);
|