mm_internal.h File Reference

#include "mm.h"

Go to the source code of this file.

Defines

#define debugp(m,...)

Functions

Utility functions
void * xmalloc (size_t)
void * xrealloc (void *, size_t)
void xfree (void *)
char * xstrdup (const char *)
char * xstrsep (char **, const char *)


Detailed Description

Data definitions for MiniMIME

Define Documentation

#define debugp ( m,
...   ) 

Value:

do { \
        fprintf(stderr, "%s:%d:: ", __FILE__, __LINE__); \
        fprintf(stderr, m, ## __VA_ARGS__); \
        fprintf(stderr, "\n"); \
        fflush(stderr); \
} while (0);


Generated on Thu Mar 29 17:59:08 2007 for MiniMIME by  doxygen 1.5.1