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 */
17
17
#include <mystrings/m_string.h>
19
24
/* Functions definied in this file */
21
26
size_t dirname_length(const char *name)
23
28
register const char *pos, *gpos;
28
30
if ((pos=(char*)strrchr(name,FN_DEVCHAR)) == 0)