#ifndef CREATE_STRING_H #define CREATE_STRING_H #include char* create_string(Nan::MaybeLocal); #endif