Handle functions with anonymous arguments
Example:
int f(int a, int, int c) {
return a + c;
}
Loading
Please register or sign in to comment
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Example:
int f(int a, int, int c) {
return a + c;
}