/* misc.h */ #ifndef MISC_H #define MISC_H _PROTOTYPE( int power_of_2, (int n, int *ref_exp)); #endif /* MISC_H */