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
A simple declaration parser on C translate declaration to verbal description
Doing staff like:
// code on C:
char *(*func)()
translate to:
pointer to function returning pointer to char