* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "h/utils.h"
char *
* complete copyright information.
*/
char *
-cpytrim (const char *sp) {
+cpytrim (const char *sp)
+{
char *dp;
char *cp;
* complete copyright information.
*/
char *
-rtrim (char *sp) {
+rtrim (char *sp)
+{
char *cp;
/* start at the end and zap trailing whitespace */