nasmlib: add path-splitting functions
commit0979957e19930407a3b202600aa99ec1fe0bd740
authorH. Peter Anvin <hpa@zytor.com>
Mon, 24 Apr 2017 05:39:53 +0000 (23 22:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 24 Apr 2017 05:39:53 +0000 (23 22:39 -0700)
tree89c0b8e4f9f04c84551bd2720061464cb49b3965
parent26fad144de7cf0a581b518b86f7608293a2fb2a0
nasmlib: add path-splitting functions

Some debugging formats may need to be able to split paths into
directory name and filename, at least.  This is kind of iffy, at least
across platforms, but that isn't really expected to be an issue in
practice... we hope.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/openwcom.mak
nasmlib/path.c [new file with mode: 0644]