diff options
| author | Tyge Løvset <[email protected]> | 2021-02-23 23:51:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-23 23:51:58 +0100 |
| commit | 46552181642b8ee52bc1a6e426c31b5c65aea499 (patch) | |
| tree | c8622bfb97e0bb3a62a3d1fe139308e2dbda503f | |
| parent | 96d78ec2623b89089d3512f619fb252d1afc24a0 (diff) | |
| download | STC-modified-46552181642b8ee52bc1a6e426c31b5c65aea499.tar.gz STC-modified-46552181642b8ee52bc1a6e426c31b5c65aea499.zip | |
Update cstr_api.md
| -rw-r--r-- | docs/cstr_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cstr_api.md b/docs/cstr_api.md index ae443087..de20e89e 100644 --- a/docs/cstr_api.md +++ b/docs/cstr_api.md @@ -1,7 +1,7 @@ # STC [cstr](../stc/cstr.h): String  -A **cstr* object represent sequences of characters. It supports an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings of single-byte characters, terminated by the null character. +A **cstr** object represent sequences of characters. It supports an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings of single-byte characters, terminated by the null character. See the c++ class [std::basic_string](https://en.cppreference.com/w/cpp/string/basic_string) for a functional description. @@ -138,4 +138,4 @@ one-two-three-seven-five. one-two-three-four-five. append: one two three four five six seven eight directory/filename.ext -```
\ No newline at end of file +``` |
