#include #include "shapes.h" int main() { Circle c1 = { 3.14 }; printf( "c1's radius is: %f\n", c1.radius ); return 0; }