module Ethon::Curl
def string_ptr
-
(::FFI::Pointer)- The string pointer.
Other tags:
- Example: Return a string pointer. -
def string_ptr @string_ptr ||= ::FFI::MemoryPointer.new(:pointer) end
(::FFI::Pointer)
- The string pointer.
def string_ptr @string_ptr ||= ::FFI::MemoryPointer.new(:pointer) end