#include "crypto_int16.h"

void int16_store(unsigned char *s,crypto_int16 x)
{
  return crypto_int16_store(s,x);
}