mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
10 lines
207 B
C
10 lines
207 B
C
#ifndef CLEONOS_RUST_BRIDGE_H
|
|
#define CLEONOS_RUST_BRIDGE_H
|
|
|
|
typedef unsigned long long u64;
|
|
typedef unsigned long long usize;
|
|
|
|
u64 cleonos_rust_guarded_len(const unsigned char *ptr, usize max_len);
|
|
|
|
#endif
|