>>>> "Stefan" == Stefan Tilkov
<stilcom(a)gmx.net> writes:
Stefan> Thanks to all who replied! I used Sean's stubs, added my own for
readlink()
Stefan> and symlink(), implemented rindex() and index() and managed to compile and
Stefan> link everything.
Surely NT has strchr and strrchr? Use that instead of index and
rindex, respectively.
Ray