Add implementation for a64l
Created by: w0xel
Trying to get warm with the project. Interested in comments to:
- line 27: I check for NULL, according to docs NULL results in undefined behavior. Should checks like these be made or ignored?
- line 32: very C-style dereferencing of the array pointer. I did not see any reason to convert to a slice or even string, would be unsafe with deleted c-array anyways...
When the PR gets accepted I will implement l64a (and hopefully many more functions :) )