Top Level Namespace

Defined Under Namespace

Modules: CLocale

Instance Method Summary collapse

Instance Method Details

#check_functionsObject



3
4
5
6
7
# File 'ext/clocale/extconf.rb', line 3

def check_functions
  %w[setlocale strcoll strxfrm].each do |func|
    abort "missing function `#{func}``" unless have_func func
  end
end