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

int8_t int8_load(const unsigned char *s)
{
  return *s;
}