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)  

filename_expand.cxx File Reference

#include <FL/filename.H>
#include <FL/fl_utf8.h>
#include <stdlib.h>
#include "flstring.h"
#include <unistd.h>
#include <pwd.h>
Include dependency graph for filename_expand.cxx:

Go to the source code of this file.

Defines

#define isdirsep(c)   ((c)=='/')

Functions

int fl_filename_expand (char *to, int tolen, const char *from)

Define Documentation

#define isdirsep (   c)    ((c)=='/')

Definition at line 47 of file filename_expand.cxx.

Referenced by fl_filename_expand().