2 @brief lib/string: Low-level string manipulation.
4 We have a number of compatibility functions here: some are for handling
5 functionality that is not implemented (or not implemented the same) on every
6 platform; some are for providing locale-independent versions of libc
7 functions that would otherwise be defined differently for different users.
9 Other functions here are for common string-manipulation operations that we do
10 in the rest of the codebase.
12 Any string function high-level enough to need logging belongs in a