mirror of
https://github.com/diegocr/libnix.git
synced 2025-12-08 14:58:32 +00:00
7 lines
89 B
C
7 lines
89 B
C
#include <proto/dos.h>
|
|
|
|
char *basename(char *path)
|
|
{
|
|
return((char *)FilePart(path));
|
|
}
|