#include #include void main() { printf( "%d\n", strlen( "Howdy" ) ); printf( "%d\n", strlen( "Hello world\n" ) ); printf( "%d\n", strlen( "" ) ); }