source: git/omalloc/omalloc_provide.c @ 0d348b

spielwiese
Last change on this file since 0d348b was 341696, checked in by Hans Schönemann <hannes@…>, 15 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 533 bytes
Line 
1/*******************************************************************
2 *  File:    omalloc_provide.c
3 *  Purpose: implementation of ANSI-C conforming malloc functions
4 *            which are to be provided by omalloc library
5 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
6 *  Created: 11/99
7 *  Version: $Id$
8 *******************************************************************/
9#include "omConfig.h"
10
11#if OM_PROVIDE_MALLOC > 0
12#if OM_PROVIDE_MALLOC > 1
13#include "omalloc_debug.c"
14#else
15#include "omalloc.c"
16#endif
17#endif
Note: See TracBrowser for help on using the repository browser.