Advertisement
Ansaid

functions.h

Apr 1st, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #pragma once
  2.  
  3. void(*menu(int *array, int size))(int*, int);
  4. void inverse(int* array, int size);
  5. void increase(int* array, int size);
  6. void decrease(int* array, int size);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement