dir-util.h revision 9ac73107c197158960e96e97b178ff2fe924b9c8
#ifndef SEEN_DIR_UTIL_H
#define SEEN_DIR_UTIL_H
/*
*
* here are functions sp_relative_path & cousins
* maybe they are already implemented in standard libs
*
*/
#include <stdlib.h>
char const *sp_extension_from_path(char const *path);
#endif /* !SEEN_DIR_UTIL_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :