Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c.
[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);