Guest User

Untitled

a guest
Oct 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. /* String Length: count the number of characters, not including the
  2.  * NULL byte at the end.
  3.  */
  4. int str_length_i ( const char str[] )
  5. {
  6. while (int i != NULL)
  7. {
  8.   int count;
  9.   count++;
  10.   int str_length_i_val == count;
  11.   return str_length_i_val;
  12. }
Add Comment
Please, Sign In to add comment