/* ECP: FILEname=fig9_28.c */ /* 1*/ #include "shape.h" /* 2*/ ShapeType * ReadCircle( void ); /* 3*/ void AreaCircle( ShapeType *Shape ); /* 4*/ void WriteCircle( const ShapeType *Shape );