Merge branch 'tor-gitlab/mr/583' into maint-0.4.7
[tor.git] / src / lib / string / lib_string.md
blob98e3e652ed566aa6f47837b758145df55d19171c
1 @dir /lib/string
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
13 higher-level module.