0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/node.h

12 lines
176 B
C
Raw Normal View History

#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