#include "Module.h"

char r;
char Erhoechen(char x)
{
x++;
return x;
}

void U2(void)
{
r=r*9;
}

void U1(void)
{
U2();
}