mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
8 lines
85 B
Text
8 lines
85 B
Text
|
|
@rm_calloc_cast@
|
||
|
|
expression x, n, m;
|
||
|
|
type T;
|
||
|
|
@@
|
||
|
|
x =
|
||
|
|
- (T *)
|
||
|
|
mbedtls_calloc(n, m)
|