head 1.1; access; symbols; locks poly:1.1; strict; comment @ * @; 1.1 date 2006.03.30.07.23.42; author poly; state Exp; branches; next ; desc @in @ 1.1 log @Initial revision @ text @/* * Memory.h * omino_fitting_2006 * * Created by david van brink on 3/29/06. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ void *Malloc(int x); void FreeAt(void **n); @