annotate build/msvc/no-vprintf.c @ 218:eceead3d61be

Ah, I see. Update another platform target & qm-dsp library debug build
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 01 May 2018 10:20:38 +0100
parents af6a5ba00a8f
children
rev   line source
c@190 1 #include <stdarg.h>
c@190 2 extern int vprintf(const char *fmt, va_list arg) { }