Method: Pgplot.pgqid
- Defined in:
- ext/rb_pgplot.c
.pgqid ⇒ Object
1680 1681 1682 1683 1684 1685 1686 |
# File 'ext/rb_pgplot.c', line 1680
static VALUE
rb_pgplot_pgqid(VALUE obj)
{
int var0;
cpgqid(&var0);
return INT2NUM(var0);
}
|