mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 18:02:50 +02:00
5 lines
143 B
Rust
5 lines
143 B
Rust
#[no_mangle]
|
|
pub static mut MUT_GLOBAL_ARRAY: [c_char; 128] = [0; 128];
|
|
|
|
#[no_mangle]
|
|
pub static CONST_GLOBAL_ARRAY: [c_char; 128] = [0; 128];
|