#include "crypto_uint16.h"

void uint16_sort2(crypto_uint16 *x)
{
  crypto_uint16_minmax(x,x+1);
}