amiga-libnix3/extra/basename.c

7 lines
89 B
C

#include <proto/dos.h>
char *basename(char *path)
{
return((char *)FilePart(path));
}