#include "proctext.h" float max(float a, float b) { return (a < b ? b : a); }