#include intptr str·len(char *s) { int n = 0; while(s[n]) n++; return n; }