blob: 3452b37035cd34d7269a6b574488ce3cc73c0d67 [file] [log] [blame]
#include <stdio.h>
#include "hf/dlog.h"
void arch_putchar(char c)
{
putchar(c);
}