The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / process.h @ 63a9cd38

History | View | Annotate | Download (127 Bytes)

1
#ifndef node_process_h
2
#define node_process_h
3

    
4
#include <v8.h>
5

    
6
void NodeInit_process (v8::Handle<v8::Object> target);
7

    
8
#endif