fltk-sys 1.3.28

Rust bindings for the FLTK GUI library
Documentation
1
2
3
4
5
6
7
#include "cfl_utils.h"

#include <FL/filename.H>

int Fl_filename_expand(char *out, int len, const char *in) {
    return fl_filename_expand(out, len, in);
}