#include "crypto_uint8.h"

void uint8_store(unsigned char *s,crypto_uint8 x)
{
  return crypto_uint8_store(s,x);
}