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 / node_timer.h @ 1a126ed1

History | View | Annotate | Download (134 Bytes)

1
#ifndef node_timer_h
2
#define node_timer_h
3

    
4
#include <v8.h>
5

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

    
8
#endif //  node_timer_h