]> diplodocus.org Git - nmh/blob - h/utils.h
* uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
[nmh] / 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 *);