qc.hlp (Table of Contents; Topic list)
_splitpath
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdlib.h>
 
  Syntax:    void _splitpath( char *path, char *drive, char *dir,
                              char *fname, char *ext );
 
  See also:  _fullpath, _makepath
                                    -♦-