Method: Pgplot.pgqclp
- Defined in:
- ext/rb_pgplot.c
.pgqclp ⇒ Object
1672 1673 1674 1675 1676 1677 1678 |
# File 'ext/rb_pgplot.c', line 1672
static VALUE
rb_pgplot_pgqclp(VALUE obj)
{
int var0;
cpgqclp(&var0);
return INT2NUM(var0);
}
|