Sha256: 9b2f8f94c45d926932759ec4df91d214e557ad54d1f1e2eaad11ca872686b950
Contents?: true
Size: 312 Bytes
Versions: 5
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2014, by Masahiro Sano. # Copyright, 2014-2022, by Samuel Williams. require_relative 'string' module FFI module Clang module Lib attach_function :get_clang_version, :clang_getClangVersion, [], CXString.by_value end end end
Version data entries
5 entries across 5 versions & 1 rubygems