You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we declare a pointer to an array of pointers ((void *(*)[n])) in the prototype of a function, the norminette doesn't recognize it as a valid type
Describe the bug
When we declare a pointer to an array of pointers (
(void *(*)[n])
) in the prototype of a function, the norminette doesn't recognize it as a valid typeErroneous code
Additional infos
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: