thradams/CPrime-V1

C - Scope Rules

Closed this issue · 1 comments

typedef struct X Index;

void F(int Index)
{
if (F2(Index))
*Index += 32;
}

fixed