Как преобразовать int в строку в nan, C ?
#c #node.js #node.js-addon #node.js-nan Вопрос: Итак, я понял это: void Method(const Nan::FunctionCallbackInfo<v8::Value>amp; info) { v8::Local<v8::Context> context = info.GetIsolate()->GetCurrentContext(); int last_number = info[0]->NumberValue(context).FromJust(); info.GetReturnValue().Set(Nan::New<(fib(last_number))); } https://github.com/nodejs/nan используется здесь Мне нужно вернуть…