#include "my.h"
typedef struct MySm MySm;
struct MySm
{
rui8_t x;
rui8_t y;
};
void
{
MySm *realMe = ((MySm *)(me));
realMe->x = realMe->y = 0;
}
void
{
(void)pe;
((MySm *)(me))->x = 1;
}
void
{
(void)pe;
((MySm *)(me))->y = 2;
}
void
{
(void)pe;
((MySm *)(me))->y = 1;
}
void
{
(void)me;
(void)pe;
}
void
{
(void)me;
(void)pe;
}
void
{
(void)me;
(void)pe;
}
void
{
((MySm *)(me))->x = 1;
}
void
{
((MySm *)(me))->x = 2;
}
void
{
((MySm *)(me))->x = 3;
}
void
{
((MySm *)(me))->y = 0;
}
void
{
(void)me;
}
rbool_t
{
(void)pe;
}
rbool_t
{
(void)pe;
}
rbool_t
{
(void)pe;
}
rbool_t
{
(void)pe;
}
rbool_t
{
(void)pe;
return (((MySm *)(me))->x == 2 || ((MySm *)(me))->x == 3) ?
}