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.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/snprintf.c') diff --git a/src/core/snprintf.c b/src/core/snprintf.c index 574d537a..004916a2 100644 --- a/src/core/snprintf.c +++ b/src/core/snprintf.c @@ -34,3 +34,9 @@ nni_snprintf(char *dst, size_t sz, const char *fmt, ...) nni_vsnprintf(dst, sz, fmt, va); va_end(va); } + +void +nni_vsnprintf(char *dst, size_t sz, const char *fmt, va_list va) +{ + nni_plat_vsnprintf(dst, sz, fmt, va); +} -- cgit v1.2.3-70-g09d2