#include <stdint.h>
#include <string.h>
#include <endian.h>

uint8_t uint8_load(const unsigned char *s)
{
  return *s;
}