1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00

fix memset in fmtnull.

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31863
CL=31870
This commit is contained in:
Russ Cox 2009-07-20 13:37:35 -07:00
parent 9e2fa390da
commit 3913550110

View File

@ -16,8 +16,11 @@
* THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/
#include <u.h>
#include <libc.h>
/* Copyright (c) 2004 Google Inc.; see LICENSE */
#include <stdarg.h>
#include <string.h>
#include "plan9.h"
#include "fmt.h"
#include "fmtdef.h"
/*