about summary refs log tree commit diff stats
path: root/src/include/bitutils.h
blob: 075e8e0bbe18ace02e85fb3d5f569e18f8f5a2be (plain) (blame)
1
2
3
4
5
6
7
#ifndef __BITUTILS_H_
#define __BITUTILS_H_
#include <stdint.h>

int TrailingZeros64(uint64_t x);

#endif //__BITUTILS_H_