From ea5bdbde417765befc42b2e8f8cd3e72123bfda7 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 8 Jun 2003 09:29:53 +0000 Subject: Reminder for future %c implementation svn-id: r8394 --- backends/PalmOS/Src/missing/_stdio.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends') diff --git a/backends/PalmOS/Src/missing/_stdio.cpp b/backends/PalmOS/Src/missing/_stdio.cpp index 2a9de216eb..e2898ac738 100644 --- a/backends/PalmOS/Src/missing/_stdio.cpp +++ b/backends/PalmOS/Src/missing/_stdio.cpp @@ -338,6 +338,9 @@ Int16 sprintf(Char* s, const Char* formatStr, ...) /////////////////////////////////////////////////////////////////////////////// Int16 vsprintf(Char* s, const Char* formatStr, _Palm_va_list argParam) { +// Char buf[10]; +// StrPrintF(buf,"%c%c%c%c",'A' << 16 | 'B', 'C' << 16 | 'D'); + Char format[256]; // TODO : need a better modifier StrCopy(format,formatStr); -- cgit v1.2.3