Sha256: 555561e6a1bd39873e728522bce9c95170ec550be798d7c98dd7b9df229718ed

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 Qnil;
}

Version data entries

3 entries across 3 versions & 1 rubygems

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