An open API service indexing awesome lists of open source software.

https://github.com/synergex/copy_handle

This routine copies the contents of one memory handle into a second memory handle, and returns the second handle. The size of the returned handle will always be the same as the size of the original handle. It is the responsibility of the calling routine to deallocate the returned memory handle, which is static.
https://github.com/synergex/copy_handle

Last synced: 4 months ago
JSON representation

This routine copies the contents of one memory handle into a second memory handle, and returns the second handle. The size of the returned handle will always be the same as the size of the original handle. It is the responsibility of the calling routine to deallocate the returned memory handle, which is static.

Awesome Lists containing this project