rm_/lib/count-leading-zeros.c

4 lines
106 B
C
Raw Normal View History

2020-09-02 16:47:03 +08:00
#include <config.h>
#define COUNT_LEADING_ZEROS_INLINE _GL_EXTERN_INLINE
#include "count-leading-zeros.h"