Garðr
Garðr
But why would you even want to build them together like that to begin with? Doesn't make much sense at all to do that. Just compile the two libraries separately...
Try something like this: ``` function reverse(str) { var result = ""; var smx = str.length; var sdx = 0; /* Can't start at the end because each segment depends...
Sorry, I just don't have the time at the moment. It has worked well for me over the years, I would be rather surprised if it choked on anything at...
Yep, you're welcome.
Ah, it's the docs. Had I not turned off warnings I would have spotted the problem right away too: I was passing a pointer to a function with the wrong...
I've put in a pull request with corrections to the examples.