SRC = vprintf.c \
	vsprintf.c \
	vfprintf.c 

OBJS = vprintf.o \
	vsprintf.o \
	vfprintf.o 

NormalLibraryTarget(vprintf, $(OBJS))



