03c7c927daeb3fee5baf7a39e5e64886f9eb1747
[yaffs-website] / src / create_string.h
1 #ifndef CREATE_STRING_H
2 #define CREATE_STRING_H
3
4 #include <nan.h>
5
6 char* create_string(Nan::MaybeLocal<v8::Value>);
7
8 #endif