Explanation
Loading JavaScript...
Loading JavaScript...
Enter C variable/function/typedef declarations (not definitions) to get an explanation of what they mean. Multiple declarations can be entered at once, separated by semicolons.
Since this tool just parses the declarations and isn't a
full compiler, it may accept some syntax that isn't valid in
a real C program. For example, it will accept
typedef
declarations without a name, which is
not valid in C.
If you encounter any issues, please report them in the GitHub repository.