mmux Bash Pointers

This package makes raw memory pointers available in shell scripts:

source libmmux-bash-packages.bash
source libmmux-bash-pointers.bash

declare PTR VALUE

mmux_libc_malloc PTR 1024
{
  mmux_sint_pointer_set $PTR 0 123
  mmux_sint_pointer_ref VALUE $PTR 0
}
mmux_libc_free $PTR
$VALUE  ⇒ 123

Development of this package takes place at:

https://github.com/marcomaggi/mmux-bash-pointers