Skip to content
Snippets Groups Projects
Commit 2c01c83a9f08 authored by Lucretiel's avatar Lucretiel
Browse files

Update README.md

Updated the readme feature list to use a markdown bullet list instead of a source block.
parent cb6655bb2d21
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
superior to the C library char buffer string type, or C++'s std::string. superior to the C library char buffer string type, or C++'s std::string.
Among the features achieved are: 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 failures that result from erroneous usage of the common C string
library functions library functions
...@@ -8,5 +8,5 @@ ...@@ -8,5 +8,5 @@
failures that result from erroneous usage of the common C string failures that result from erroneous usage of the common C string
library functions library functions
Significantly simplified string manipulation - Significantly simplified string manipulation
...@@ -12,4 +12,4 @@ ...@@ -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 expect '\0' terminated char buffers
...@@ -14,4 +14,4 @@ ...@@ -14,4 +14,4 @@
expect '\0' terminated char buffers expect '\0' terminated char buffers
Improved overall performance of common string operations - Improved overall performance of common string operations
...@@ -17,5 +17,5 @@ ...@@ -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++, 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 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