Sha256: edc07b6535043ccebf1a1e45605de89d82a9c5365b7b9e65975a3363b73aa61e

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

/*
  @overload <%=name%>(<%=args[1][1]%>)
  @param  [Integer]  <%=args[1][1]%>
  @return [Qnil]

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

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

    <%=func_name%>(w, NUM2ULONG(v1));
    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_ulong.c
numo-gsl-0.1.1 ext/numo/gsl/gen/tmpl/c_void_f_ulong.c
numo-gsl-0.1.0 ext/numo/gsl/gen/tmpl/c_void_f_ulong.c