#include "crypto_uint16.h"

int uint16_bottomzeros_num(crypto_uint16 x)
{
  return crypto_uint16_bottomzeros_num(x);
}