Sha256: b47ef32c554dafadf020c6d99a6fdd8595637b60be829e53638cc4ebe2d67a22

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

Stored size: 247 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 UINT2NUM(<%=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_uint_f_void.c
numo-gsl-0.1.1 ext/numo/gsl/gen/tmpl/c_uint_f_void.c
numo-gsl-0.1.0 ext/numo/gsl/gen/tmpl/c_uint_f_void.c