/examples/example.h
http://github.com/wesolows/v8plus · C Header · 23 lines · 14 code · 6 blank · 3 comment · 0 complexity · 6cb399ff28847fbb1d6aa17e1f01c02b MD5 · raw file
- /*
- * Copyright (c) 2012 Joyent, Inc. All rights reserved.
- */
- #ifndef _EXAMPLE_H
- #define _EXAMPLE_H
- #include <sys/types.h>
- #include "v8plus_glue.h"
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
- typedef struct example {
- uint64_t e_val;
- } example_t;
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
- #endif /* _EXAMPLE_H */