Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c.
[mmh] / h / utils.h
index 8648b3f..60e26e5 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -7,3 +7,4 @@
 
 void *mh_xmalloc(size_t);
 void *mh_xrealloc(void *, size_t);
+char *pwd(void);