From 3973dd83bfc875c6ec2d71b99f17e72b578d517d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Aug 2000 00:25:08 +0000 Subject: Add in snprintf and vsnprintf -Erik --- libc/stdio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/Makefile') diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 3357b3a93..984af2106 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -13,7 +13,7 @@ AOBJ=_stdio_init.o fputc.o fgetc.o fflush.o fgets.o gets.o fputs.o \ setbuffer.o setvbuf.o ungetc.o PSRC=printf.c -POBJ=printf.o sprintf.o fprintf.o vprintf.o vsprintf.o vfprintf.o +POBJ=printf.o sprintf.o fprintf.o vprintf.o vsprintf.o vfprintf.o snprintf.o vsnprintf.o SSRC=scanf.c SOBJ=scanf.o sscanf.o fscanf.o vscanf.o vsscanf.o vfscanf.o -- cgit v1.2.3