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