#include #include #include char foo(const char *s) { char min=s[0]; for (size_t i = 1; i < strlen(s); i++) { if(s[i]