Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdbool.h>
  2.  
  3. #ifndef LIBRARY_H
  4. #define LIBRARY_H
  5. bool popola(int arr[], int dim, int a, int b);
  6. void genera( int arr[], int dim, int z);
  7. int calcolaPD(int arr[], int dim);
  8. void myerror(char *s,int e);
  9.  
  10. #endif /* LIBRARY_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement