#include "crypto_uint16.h"

int uint16_ones_num(crypto_uint16 x)
{
  return crypto_uint16_ones_num(x);
}