mm_util.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <assert.h>
#include "mm_internal.h"

Functions

void * xmalloc (size_t size)
void * xrealloc (void *p, size_t size)
char * xstrdup (const char *str)
void xfree (void *p)
char * mm_unquote (const char *string)
char * mm_uncomment (const char *string)
char * xstrsep (char **stringp, const char *delim)
char * mm_stripchars (char *input, char *strip)
char * mm_addchars (char *input, char *add, u_int16_t linelength)
void mm_striptrailing (char **what, const char *charset)

Detailed Description

This module contains utility functions for the MiniMIME library
Generated on Thu Mar 29 17:59:08 2007 for MiniMIME by  doxygen 1.5.1