This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Where to put my basename() and dirname() implementation...


I have finished my basename() and dirname() (so long for something so simple
;-) implementation and I have two questions:

1) Where would be the best place to put these functions? I was thinking
dir.cc or path.cc?
2) What header file (winsup/cygwin/include) should I put the prototypes
into? On my sun and redhat box they're in libgen.h so should I follow this
convention?

Once I have these answered I will submit the patch here.

Elfyn
elfyn@exposure.org.uk




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