#include "crypto_uint32.h"

crypto_uint32 uint32_topbit_01(crypto_uint32 x)
{
  return crypto_uint32_topbit_01(x);
}