mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
7 lines
85 B
Text
7 lines
85 B
Text
@rm_calloc_cast@
|
|
expression x, n, m;
|
|
type T;
|
|
@@
|
|
x =
|
|
- (T *)
|
|
mbedtls_calloc(n, m)
|