12 lines
119 B
C
12 lines
119 B
C
/*
|
|
misc.h
|
|
*/
|
|
|
|
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
_PROTOTYPE( int power_of_2, (int n, int *ref_exp));
|
|
|
|
#endif /* MISC_H */
|
|
|