mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 05:18:24 -05:00
8 lines
85 B
Plaintext
Executable File
8 lines
85 B
Plaintext
Executable File
@rm_calloc_cast@
|
|
expression x, n, m;
|
|
type T;
|
|
@@
|
|
x =
|
|
- (T *)
|
|
mbedtls_calloc(n, m)
|