Module: FFI::WideChars

Extended by:
Library
Defined in:
lib/ffi-ncurses/widechars.rb

Constant Summary collapse

FUNCTIONS =

add some functions for handling widechars

[
 [:mbstowcs, [:pointer, :string, :size_t], :int],
 [:setlocale, [:int, :string], :string],
 [:wcwidth, [:wchar_t], :int],
 [:wcswidth, [:wchar_t_p, :size_t], :int],
]
FUNCTION_SIGNATURES =
Marshal.load(Marshal.dump(FUNCTIONS))
LIB_HANDLE =
{ }