This commit is contained in:
pkivolowitz 2022-11-03 10:33:06 -05:00 committed by GitHub
parent a2918b444d
commit 6824e0b927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Determining the Length of Strings for C Functions
# Determining the Length of Literal Strings for C Functions
C string have no soul, is something I like to tell my students. For
example, uUnlike C++ strings, you can't ask them to tell you about
C strings have no soul, is something I like to tell my students. For
example, Unlike C++ strings, you can't ask them to tell you about
themselves. Instead you must use other functions such as `strlen()`.
When working with APIs that use C strings, you must often tell the