3 /* Copyright 2005 Shaun Jackman
4 * Permission to use, copy, modify, and distribute this software
5 * is freely granted, provided that this notice is preserved.
15 if( path
== NULL
|| *path
== '\0' )
17 p
= path
+ strlen(path
) - 1;
23 while( p
>= path
&& *p
!= '/' )
31 #endif /* !_NO_DIRNAME */