qc.hlp (Table of Contents; Topic list)
strlen, _fstrlen
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <string.h>
 
  Syntax:    size_t strlen( char *string );
             size_t _fstrlen( char _far *string );
 
  Returns:   the string length.
                                    -♦-