misc.h 192 B

1234567891011121314
  1. /*
  2. misc.h
  3. */
  4. #ifndef MISC_H
  5. #define MISC_H
  6. #define power_of_2 B_power_of_2
  7. #define uns_power_of_2 B_uns_power_of_2
  8. _PROTOTYPE( int power_of_2, (int n, int *ref_exp));
  9. #endif /* MISC_H */