summaryrefslogtreecommitdiff
path: root/libc/stdio/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-11 00:25:08 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-11 00:25:08 +0000
commit3973dd83bfc875c6ec2d71b99f17e72b578d517d (patch)
tree2c389c395506cc0cc31097079f491f6330fe98a3 /libc/stdio/Makefile
parent56e5d28c812ad3851c02d20df93cd6f00ada64bb (diff)
Add in snprintf and vsnprintf
-Erik
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r--libc/stdio/Makefile2
1 files changed, 1 insertions, 1 deletions
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