int *i4rows_copy_new ( int m, int n, int a1[] ); int *i4rows_zeros_new ( int m, int n ); void pentomino_matrix ( char name, int *p_m, int *p_n, int **p ); void pentomino_plot ( int p_m, int p_n, int p[], char *label ); void timestamp ( );