#include "crypto_int16.h"

void int16_store_bigendian(unsigned char *s,crypto_int16 x)
{
  return crypto_int16_store_bigendian(s,x);
}