* patch #3968: Move the add() function from its own file (add.c) and
[mmh] / h / utils.h
1
2 /*
3  * utils.h -- utility prototypes
4  *
5  * $Id$
6  */
7
8 void *mh_xmalloc(size_t);
9 void *mh_xrealloc(void *, size_t);
10 char *pwd(void);
11 char *add(char *, char *);