blob: a0c8899b6b74074619e1f84d963f5baf43308c14 [file] [edit]
int zoom()
{
int r = 10;
r++;
int ret = r + 10;
return ret;
}