Module: Archive::Utils::LibC
- Extended by:
- FFI::Library
- Defined in:
- lib/ffi_libarchive/utils.rb
Instance Method Summary collapse
-
#mbstowcs(dest, src, max) ⇒ Integer
Convert multibyte string to wide-character string.
Instance Method Details
#mbstowcs(dest, src, max) ⇒ Integer
Convert multibyte string to wide-character string
17 |
# File 'lib/ffi_libarchive/utils.rb', line 17 attach_function :mbstowcs, [:pointer, :string, :size_t], :size_t |