Untitled

Anonymous
plain_text
03/02/2022 4:07 PM
204 B
13
Indexable
void foo(const char *const *argv)
{
    
}

int main(void)
{
    char *args[] = {"ali", "veli"};
    
    foo(args);
}


@agentwodotsh neden gecersiz bu?
Editor is loading...