#include #include "myio_c.h" #define MAX 3 void fill_1d_int_all(int [], int, int); void write_1d_int(int [], int, int); void fill_1d_int_part(int [], int, int, int *, int);