#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <inttypes.h>
#include "reveng.h"
/* Private declarations */
if((string = malloc(size))) {
sprintf(strbuf, "\"%s\"", model->name);
sprintf(string,
- "width=%lu "
+ "width=%lu"
"poly=0x%s "
"init=0x%s "
"refin=%s "