#include "crypto_int8.h"

void int8_sort2(crypto_int8 *x)
{
  crypto_int8_minmax(x,x+1);
}