4 lines
101 B
C
4 lines
101 B
C
#define ITEMCOUNT 10
|
|
int ITEMARRAY[ITEMCOUNT] = {3,1,4,2,7,6,9,5,8,3};
|
|
|
|
extern void test_list(void);
|