2404924bcbbc585f3160e8c510ebbc4d031c738f
This function complements the existing strutils::unescape(). It backslash-escapes a string for C/C++ string literal syntax. For every std::string s, the following holds: unescape(escape(s)) == s (not the other way around, because there are many ways to escape a given character in a string literal)
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%