Island crossplatform memory handling question

I use memcpy a lot in Island Windows code. Is memcpy platform-specific (to Windows), or I can use it for other platforms (MacOS and Linux)?

I believe memcpy exists on Posix as well, yes. One way to find out :wink:

1 Like