#include #include #include void int8_store(unsigned char *s,int8_t x) { *s = x; }