#include "crypto_int16.h"

int int16_ones_num(crypto_int16 x)
{
  return crypto_int16_ones_num(x);
}