Method: Pgplot.pgqfs
- Defined in:
- ext/rb_pgplot.c
.pgqfs ⇒ Object
1648 1649 1650 1651 1652 1653 1654 |
# File 'ext/rb_pgplot.c', line 1648
static VALUE
rb_pgplot_pgqfs(VALUE obj)
{
int var0;
cpgqfs(&var0);
return INT2NUM(var0);
}
|