#include "crypto_int16.h"

void int16_sort2(crypto_int16 *x)
{
  crypto_int16_minmax(x,x+1);
}