mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 23:46:48 +08:00
typos
This commit is contained in:
parent
a2918b444d
commit
6824e0b927
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
C strings 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
|
example, Unlike C++ strings, you can't ask them to tell you about
|
||||||
themselves. Instead you must use other functions such as `strlen()`.
|
themselves. Instead you must use other functions such as `strlen()`.
|
||||||
|
|
||||||
When working with APIs that use C strings, you must often tell the
|
When working with APIs that use C strings, you must often tell the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue