/* File: main3.c Using StringLength() ; */ #include #include "slength.h" main() { int length ; length = StringLength("Hello World") ; printf ("length = %d\n", length) ; }