fltk-sys 1.3.28

Rust bindings for the FLTK GUI library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __CFL_UTILS_H__
#define __CFL_UTILS_H__

#ifdef __cplusplus
extern "C" {
#endif

int Fl_filename_expand(char *out, int len, const char *in);

#ifdef __cplusplus
}
#endif
#endif