9 lines
87 B
C
9 lines
87 B
C
|
|
#ifndef _PVEC_H
|
||
|
|
#define _PVEC_H
|
||
|
|
|
||
|
|
#include <dvec.h>
|
||
|
|
|
||
|
|
void pvec(struct dvec *d);
|
||
|
|
|
||
|
|
#endif
|