#ifndef _PARTXYPLOT_DEF #define _PARTXYPLOT_DEF extern int Nplot; extern int Winid; void partxyplot(double *x,double *y,int npart); #endif