%u <[email protected]> wrote:
Hi,
I've been trying to make my own run-time library for D, but I've come
across a
dead end: *any* library I make will inherently depend on SNN.lib, and
there
are no headers for that C run-time library.
How can I write my own library in place of SNN.lib if I do not know what
the
function specifications are? (My entire goal here is to write my own
counterpart of SNN.lib, so I can't really avoid the issue.)
It should be possible to get the interface of SNN.lib using libunres. I
am however not aware of the specifics.
--
Simen