Code

make win32 compile using libxslt
[inkscape.git] / src / mod360.h
1 #ifndef SEEN_MOD360_H
2 #define SEEN_MOD360_H
4 double mod360(double const x);
6 #endif /* !SEEN_MOD360_H */
8 /*
9   Local Variables:
10   mode:c++
11   c-file-style:"stroustrup"
12   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
13   indent-tabs-mode:nil
14   fill-column:99
15   End:
16 */
17 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :