The below is but a tiny fraction of all existing tools
for C development; while also incomplete, more utilities can be found on
similar lists we link to in the resources.
build automation
An interactive web tool that allows you to write code and see the
generated assembly output in real-time. Supports multiple compilers
and provides insights into how different code constructs are translated
into machine instructions.
An interactive online decompiler that shows equivalent C-like
output of decompiled programs from many popular decompilers.
It is meant to be the reverse of the Compiler Explorer.
A lot of valuable legacy of C on the World Wide Web would be lost to time
had it not been for this archive. When some hyperlink listed on
C homepage inevitably fails, try checking it on IA's Wayback Machine.