Provide a prototype for xputchar

This commit is contained in:
martin 2014-02-23 07:49:04 +00:00
parent acddc8c970
commit 2c07e7980c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: printf.c,v 1.3 2011/07/21 11:04:24 joerg Exp $ */
/* $NetBSD: printf.c,v 1.4 2014/02/23 07:49:04 martin Exp $ */
/*-
* Copyright (c) 1998 Robert Nordier
* All rights reserved.
@ -20,6 +20,8 @@
#include <lib/libsa/stand.h>
void xputchar(int);
void
xputchar(int ch)
{