Closed nyteshade closed 4 years ago
Hi, there's no support for the standard library, you have to use the AmigaOS functions like AllocMem, please see the included example (Amiga: Init Project
) for reference.
Are there any plans for introducing the standard library bits? AllocMem, and AllocVec are a pain in comparison. If not, its okay, but it would sure be nice if they existed. I'll just write a wrapper in the meantime.
Not at the moment, sorry.
I am profoundly impressed with this extension and it will definitely lead to me writing more Amiga code this year and going forward. I desperately wish there was a version for macos but in the meantime I went to use
calloc
and found that I could not compile becausestdlib.h
could not be found.Is it a setting or is simply not there?