1991-09-20 18:14:05 +00:00
|
|
|
/*
|
|
|
|
misc.h
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MISC_H
|
|
|
|
#define MISC_H
|
|
|
|
|
1991-09-27 15:02:33 +00:00
|
|
|
#define power_of_2 B_power_of_2
|
|
|
|
#define uns_power_of_2 B_uns_power_of_2
|
|
|
|
|
1991-09-20 18:14:05 +00:00
|
|
|
_PROTOTYPE( int power_of_2, (int n, int *ref_exp));
|
|
|
|
|
|
|
|
#endif /* MISC_H */
|
|
|
|
|