Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cms_dup.cc File Reference

#include "rcs_defs.hh"
#include <errno.h>
#include <limits.h>
#include <float.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include "cms.hh"
#include "cms_dup.hh"
#include "rcs_prnt.hh"

Include dependency graph for cms_dup.cc:

Include dependency graph

Go to the source code of this file.

Defines

#define DEFAULT_WARNING_COUNT_MAX   100

Functions

void corrected_free (void *ptr)


Define Documentation

#define DEFAULT_WARNING_COUNT_MAX   100
 

Definition at line 61 of file cms_dup.cc.


Function Documentation

void corrected_free void *    ptr [static]
 

Definition at line 52 of file cms_dup.cc.

00053 {
00054 #ifdef sparcworks_sun4
00055   free ((char *) ptr);
00056 #else
00057   free (ptr);
00058 #endif
00059 }


Generated on Sun Dec 2 15:57:01 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001