ngspice/src/frontend/plotting/pvec.h

9 lines
95 B
C

#ifndef _PVEC_H
#define _PVEC_H
#include <ngspice/dvec.h>
void pvec(struct dvec *d);
#endif