13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
19
30
/* Functions definied in this file */
21
32
size_t dirname_length(const char *name)
23
34
register const char *pos, *gpos;
28
36
if ((pos=(char*)strrchr(name,FN_DEVCHAR)) == 0)