9 lines
103 B
C
9 lines
103 B
C
#ifndef SLEEP_H
|
|
#define SLEEP_H
|
|
|
|
#include <nan.h>
|
|
|
|
void node_usleep(uint32_t usec);
|
|
|
|
#endif // SLEEP_H
|