From 3164359570f87ef167ef4d42c65c71fb58130f01 Mon Sep 17 00:00:00 2001 From: solar Date: Wed, 12 Apr 2006 05:22:48 +0000 Subject: [PATCH] Unnecessary typedef removed. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@168 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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.30.2