ssttrrlleenn() -- String Function (libc)

Measure a string
#iinncclluuddee <ssttrriinngg.hh>
iinntt ssttrrlleenn(_s_t_r_i_n_g)
cchhaarr *_s_t_r_i_n_g;

ssttrrlleenn() measures  _s_t_r_i_n_g, and returns  its length in  bytes, _n_o_t including
the null  terminator.  This  is useful in  determining how much  storage to
allocate for a string.

_E_x_a_m_p_l_e
For an example of how to use this function, see the entry for ssttrriinngg.

_S_e_e _A_l_s_o
lliibbcc, ssttrriinngg.hh
ANSI Standard, section 7.11.6.3
POSIX Standard, section 8.1
