This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: binutils/stabs.c fixes


> basename--I'm not familiar with this term (at least in this type of
> context), please explain.

basename is a function that returns a pointer to the filename part of a path. 
For example the basename of "/foo/bar/baz" returns a pointer to "baz". Which 
is what the code in question duplicates.

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]