Better String Library
From Wikipedia, the free encyclopedia
The Better String Library is a replacement library for the standard C string library and for the C++ std::string object, and is written by Paul Hsieh.
The library is distributed as C source code and uses a wrapper for the C++ interface. The use and distribution of the library is governed by a BSD licence.
The main focus of the library is on safety against buffer overflow, simplified string manipulations and high performance.