From 3583d5e407476b8836228c0abc52c400d74aba61 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 14 Dec 2016 18:53:10 -0800 Subject: More robust platform definition support. The idea is that someday it will be possible to just concatenate the entire set of source files into a single giant source file, for systems that want to work this way. As a result, the build system now compiles every file, although some of them will not have any definitions. --- src/core/snprintf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/snprintf.h') diff --git a/src/core/snprintf.h b/src/core/snprintf.h index b98b6ee7..12d7f207 100644 --- a/src/core/snprintf.h +++ b/src/core/snprintf.h @@ -31,5 +31,6 @@ * from the platform. */ extern void nni_snprintf(char *, size_t, const char *, ...); +extern void nni_vsnprintf(char *, size_t, const char *, va_list); #endif /* CORE_SNPRINTF_H */ -- cgit v1.2.3-70-g09d2