Actions
Feature #5992
closedDL and fiddle should support intrinsic types, size_t, ptrdiff_t and intptr_t
Feature #5992:
DL and fiddle should support intrinsic types, size_t, ptrdiff_t and intptr_t
Description
=begin
(({size_t})) and (({ptrdiff_t})) can be resulted by built-in operators, so they should be provided as well as other primitive types.
Also ruby often needs (({uintptr_t})) as (({VALUE})).
Patch attached.
=end
Files
Actions