961010-1.c   [plain text]


double f (double x) { return x == 0 ? x : 0.0; }