Restored formatting from the old printf/printf.c.

This commit is contained in:
Bruce Evans 1995-12-14 23:19:36 +00:00
parent d14122ea44
commit 7fdb7bc891
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12845

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)bltin.h 8.1 (Berkeley) 5/31/93
* $Id: bltin.h,v 1.2 1994/09/24 02:58:26 davidg Exp $
* $Id: bltin.h,v 1.3 1995/12/10 15:37:44 joerg Exp $
*/
/*
@ -60,10 +60,10 @@
#define fputs outstr
#define fflush flushout
#define INITARGS(argv)
#define warnx(a, b, c) { \
char buf[64]; \
(void)snprintf(buf, sizeof(buf), a, b, c); \
error(buf); \
#define warnx(a, b, c) { \
char buf[64]; \
(void)snprintf(buf, sizeof(buf), a, b, c); \
error(buf); \
}
#else
#undef NULL