Sha256: 6b9450e2b28756a0013c2d32cd70098cb2be256408507aa12e17e9704c4fe783

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

/*
  @overload <%=name%>

  <%= description %>
*/
static VALUE
<%=c_func(0)%>(VALUE self)
{
    <%=struct%> *w;

    TypedData_Get_Struct(self, <%=struct%>, &<%=data_type_var%>, w);
    <%=func_name%>(w);
    return self;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
numo-gsl-0.1.2 ext/numo/gsl/gen/tmpl/c_self_f_void.c
numo-gsl-0.1.1 ext/numo/gsl/gen/tmpl/c_self_f_void.c
numo-gsl-0.1.0 ext/numo/gsl/gen/tmpl/c_self_f_void.c