#lang scribble/doc @(require scribble/manual) @title{pointer-address} A library module that only does one thing, the procedure get-pointer-address. Pretty much all you do is this: @schemeblock[(require (prefix-in something: (planet synx/pointer-address))) ... (display (something:get-pointer-address (malloc 2)))]