mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-12 09:08:25 +00:00
8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
@rm_calloc_cast@
|
|
expression x, n, m;
|
|
type T;
|
|
@@
|
|
x =
|
|
- (T *)
|
|
mbedtls_calloc(n, m)
|