The parameter declarations inside a function use a name not
present in the parameter name list. For example: char function (v0,
v1, v2) char *v0, *v1, *v5; /* 'v5' is unknown in the formal list */
{ /* ... */ }
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.