-/* $Id: att.c,v 1.8 2010/06/19 20:46:27 kristaps Exp $ */
+/* $Id: att.c,v 1.11 2014/04/20 16:46:04 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
#include "config.h"
#endif
-#include <stdlib.h>
#include <string.h>
-#include <time.h>
-#include "mandoc.h"
+#include "mdoc.h"
#include "libmdoc.h"
#define LINE(x, y) \
if (0 == strcmp(p, x)) return(y);
+
const char *
mdoc_a2att(const char *p)
{
-#include "att.in"
+#include "att.in"
return(NULL);
}