mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
define test_used_size
|
||
|
set $size_ext = 0
|
||
|
usedsize $size_ext $arg0
|
||
|
p $size_ext
|
||
|
end
|