|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include "flstring.h"#include <sys/types.h>#include <sys/stat.h>#include <ctype.h>#include <FL/filename.H>#include <FL/fl_utf8.h>
Go to the source code of this file.
Defines | |
| #define | isdirsep(c) ((c)=='/') |
Functions | |
| int | _fl_filename_isdir_quick (const char *n) |
| int | fl_filename_isdir (const char *n) |
| #define isdirsep | ( | c | ) | ((c)=='/') |
Definition at line 41 of file filename_isdir.cxx.
Referenced by _fl_filename_isdir_quick(), and fl_filename_isdir().
| int _fl_filename_isdir_quick | ( | const char * | n | ) |
Definition at line 44 of file filename_isdir.cxx.
References fl_filename_isdir(), and isdirsep.
Referenced by Fl_File_Browser::load().