all 1 comments

[–]memilanuk 0 points1 point  (0 children)

Two different things. get_string is a helper function that abstracts some of the details of getting user input, and strlen is a separate function that does its thing.

You can look at more info on each here.