🇫🇷 Implémentation de l'interopérabilité de code managé
🇬🇧 Example of how to call unmanaged code in managed code using c#
- Creation of a DLL with a function that calls stdlib free(void*) to deallocate blocks of memory that were allocated in non-managed code using malloc or calloc