7 lines
98 B
C
7 lines
98 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
|
|
unsigned int powof2(unsigned int num);
|
|
int ispow2(int num);
|
|
|
|
#endif |