view 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
line wrap: on
line source
#include <stdarg.h>
extern int vprintf(const char *fmt, va_list arg) { }