ZHCU876Z July 2001 – October 2023 SM320F28335-EP
inline float volume_sphere(float r) { return 4.0/3.0 * PI * r * r * r; } int foo(...) { ... volume = volume_sphere(radius); ... }