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