From b17766ea03cd21332261ff57d69076ecb19523dc Mon Sep 17 00:00:00 2001 From: solar Date: Wed, 12 Apr 2006 05:22:48 +0000 Subject: [PATCH] Unnecessary typedef removed. --- functions/stdio/vsnprintf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/stdio/vsnprintf.c b/functions/stdio/vsnprintf.c index 671ba20..08f2355 100644 --- a/functions/stdio/vsnprintf.c +++ b/functions/stdio/vsnprintf.c @@ -11,8 +11,6 @@ #ifndef REGTEST -typedef char wchar_t; - int vsnprintf( char * str, size_t size, const char * format, _PDCLIB_va_list arg ) { /* TODO: This function should interpret format as multibyte characters. */ -- 2.40.0