Skip to content
Snippets Groups Projects
Commit 69296f7d0227 authored by websnarf's avatar websnarf
Browse files

Merge pull request #4 from Lucretiel/patch-1

Update README.md
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
superior to the C library char buffer string type, or C++'s std::string.
Among the features achieved are:
Substantial mitigation of buffer overflow/overrun problems and other
- Substantial mitigation of buffer overflow/overrun problems and other
failures that result from erroneous usage of the common C string
library functions
......@@ -8,5 +8,5 @@
failures that result from erroneous usage of the common C string
library functions
Significantly simplified string manipulation
- Significantly simplified string manipulation
......@@ -12,4 +12,4 @@
High performance interoperability with other source/libraries which
- High performance interoperability with other source/libraries which
expect '\0' terminated char buffers
......@@ -14,4 +14,4 @@
expect '\0' terminated char buffers
Improved overall performance of common string operations
- Improved overall performance of common string operations
......@@ -17,5 +17,5 @@
Functional equivalency with other more modern languages
- Functional equivalency with other more modern languages
The library is totally stand alone, portable (known to work with gcc/g++,
MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBM's native CC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment