This website requires JavaScript.
Explore
Help
Sign In
InfernoDeity
/
holey-bytes
Watch
1
Star
0
Fork
You've already forked holey-bytes
0
forked from
AbleOS/holey-bytes
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
685ddbbe74
holey-bytes
/
src
/
engine
/
call_stack.rs
5 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
commit
2023-04-18 18:08:30 -05:00
pub
type
CallStack
=
Vec
<
FnCall
>
;
pub
struct
FnCall
{
Update
2023-04-22 13:00:19 -05:00
pub
ret
:
usize
,
commit
2023-04-18 18:08:30 -05:00
}
Reference in a new issue
Copy permalink