]> vgcfreebox.myrthtech.pt Git - ue-pp-terminationdetectionalgorithm.git/blob - util.h
algorithm content
[ue-pp-terminationdetectionalgorithm.git] / util.h
1 /*
2 Parallel Programming - 2026/2027
3
4 Utility functions header file
5 */
6
7 extern int QUIET;
8
9 int rand_ab(int, int);
10 void rand_sleep(int, int);
11
12 void trace(char *, ...);
13 void warn(char *, ...);