#include "eus.h"
Go to the source code of this file.
Defines | |
| #define | colsize(p) (intval(p->c.ary.dim[1])) |
| #define | ismatrix(p) |
| #define | rowsize(p) (intval(p->c.ary.dim[0])) |
Functions | |
| pointer | SSVDC (context *ctx, int n, argv) |
| ssvdc (context *ctx, int n, argv) | |
| #define ismatrix | ( | p | ) |
Definition at line 59 of file lib/clib/ssvdc.c.