/usr/include/nodejs/src/node_file.h is in nodejs-dev 4.8.2~dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef SRC_NODE_FILE_H_
#define SRC_NODE_FILE_H_
#include "node.h"
#include "v8.h"
namespace node {
void InitFs(v8::Local<v8::Object> target);
} // namespace node
#endif // SRC_NODE_FILE_H_
|