Sha256: ecd461c36e459306953de5b7540bc3bb7ce005c9baf82e272a1f85322ba72f78
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
/* @overload <%=name%>() @return [Integer] <%= description %> */ static VALUE <%=c_func(0)%>(VALUE self) { <%=struct%> *w; TypedData_Get_Struct(self, <%=struct%>, &<%=data_type_var%>, w); return ULONG2NUM(<%=func_name%>(w)); }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
numo-gsl-0.1.2 | ext/numo/gsl/gen/tmpl/c_ulong_f_void.c |
numo-gsl-0.1.1 | ext/numo/gsl/gen/tmpl/c_ulong_f_void.c |
numo-gsl-0.1.0 | ext/numo/gsl/gen/tmpl/c_ulong_f_void.c |