void **alloc_2d_array(int nx,int ny,int psize,int size); void free_2d_array(void **P,int nx);