Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / svg / strip-trailing-zeros.h
1 #ifndef SVG_STRIP_TRAILING_ZEROS_H_SEEN
2 #define SVG_STRIP_TRAILING_ZEROS_H_SEEN
4 #include <string>
6 std::string strip_trailing_zeros(std::string str);
9 #endif /* !SVG_STRIP_TRAILING_ZEROS_H_SEEN */
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :