Passing a value to functions held in an array of functions

void (*functions[])(int) = {func0, func1};