On Friday, 14 April 2023 at 16:19:22 UTC, Paul Backus wrote:
On Friday, 14 April 2023 at 14:10:41 UTC, Leonardo wrote:[...]No, there isn't. C is an unsafe language, so if you want to call C from `@safe` code, you have to do the work to make sure that each individual call is `@safe`.[...]
Thanks for your response.