Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

util.h File Reference

#include <stdarg.h>
#include "error.h"

Go to the source code of this file.

Defines

#define _UTIL_INCLUDED   1
#define EOS   '\0'
#define CRLF   printf("\n")
#define TRUE   1
#define FALSE   0

Functions

const char* quote (const char *s)
char* dequote (char *s)
void quote_no_matter_what (const char *s,char *t)
int verify (char *s,char *t)
char* strip (char *s)
char* upper (char *s)
char* lower (char *s)
int qfilef (const char *fname)
int free_storage (char *fn)
char* util_strdup (char *string)
void* util_malloc (int size)
void* util_realloc (void *p,int size)
void* util_calloc (int num,int size)
void util_free (void *p)
int util_space_in_use (void)
int util_pointers_in_use (void)


Define Documentation

#define CRLF   printf("\n")
 

#define EOS   '\0'
 

#define FALSE   0
 

#define TRUE   1
 

#define _UTIL_INCLUDED   1
 


Function Documentation

char * dequote ( char * s )
 

int free_storage ( char * fn )
 

char * lower ( char * s )
 

int qfilef ( const char * fname )
 

const char * quote ( const char * s )
 

void quote_no_matter_what ( const char * s,
char * t )
 

char * strip ( char * s )
 

char * upper ( char * s )
 

void * util_calloc ( int num,
int size )
 

void util_free ( void * p )
 

void * util_malloc ( int size )
 

int util_pointers_in_use ( void )
 

void * util_realloc ( void * p,
int size )
 

int util_space_in_use ( void )
 

char * util_strdup ( char * string )
 

int verify ( char * string,
char * valid )
 


Generated at Fri Jul 26 18:22:40 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000