Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. void (*const functions[N])() =
  2. {
  3. func_0,
  4. func_1,
  5. func_n
  6. };
  7.  
  8. for (unsigned i = 0; i < N; ++i)
  9. functions[i]();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement