Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //filename: XBARCONF.H
- /***************/
- /* CONSTANTS */
- /************************************************************************/
- int proc[][4] = { {24, 25, 26, 27}, {20, 21, 22, 23}, {28, 29, 30, 31},
- {16, 17, 18, 19}, {24, 25, 26, 27}, {20, 21, 22, 23},
- {28, 29, 30, 31}, {16, 17, 18, 19} };
- int east[] = {8, 9, 10, 11, 8, 9, 10, 11};
- int west[] = {12, 13, 14, 15};
- int south[] = {4, 5, 6, 7, 4, 5, 6, 7};
- /*****************/
- /* PROTOTYPES */
- /************************************************************************/
- void initialize(void);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement