


## memory.pkg
## Author: Matthias Blume (blume@tti-c.org)
# Compiled by:
# src/lib/c-glue-lib/ram/memory.lib# Primitives for "raw" memory access and allocation.
### "The fool wonders, the wise man asks."
###
### -- Benjamin Disraeli
package cmemory: (weak) Cmemory { # Cmemory is from src/lib/c-glue-lib/ram/memory.api include cmem_access;
include cmem_alloc;
};
## Copyright (c) 2004 by The Fellowship of SML/NJ
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2013,
## released per terms of SMLNJ-COPYRIGHT.


