mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
e02b71ebe8
(also lots of reorg.)
12 lines
176 B
C
12 lines
176 B
C
#ifndef node_h
|
|
#define node_h
|
|
|
|
#include <ev.h>
|
|
#include <v8.h>
|
|
|
|
void node_fatal_exception (v8::TryCatch &try_catch);
|
|
#define node_loop() ev_default_loop(0)
|
|
|
|
#endif // node_h
|
|
|