create_string.h 124 B

123456789
  1. #ifndef CREATE_STRING_H
  2. #define CREATE_STRING_H
  3. #include <nan.h>
  4. char* create_string(Nan::MaybeLocal<v8::Value>);
  5. #endif