ICU-790 Mainly removed stdio.h

X-SVN-Rev: 3577
This commit is contained in:
George Rhoten 2001-02-06 22:26:52 +00:00
parent 6fa1e5cddc
commit e016854afa
4 changed files with 1 additions and 9 deletions

View File

@ -21,9 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "unicode/utypes.h"
#include "unicode/putil.h"
#include "cmemory.h"
@ -88,7 +86,6 @@ void T_CString_integerToString(char* buffer, int32_t i, int32_t radix)
return;
}
#include <stdio.h>
int32_t
T_CString_stringToInteger(const char *integerString, int32_t radix)

View File

@ -10,10 +10,6 @@
#include <stdlib.h>
#endif
#ifndef _STDIO_H
#include <stdio.h>
#endif
#include "ucmp8.h"
#include "cmemory.h"

View File

@ -33,9 +33,9 @@
#include "cmemory.h"
#include "filestrm.h"
#include <stdio.h>
#if 0
#include <stdio.h>
extern void UCNV_DEBUG_LOG(char *what, char *who, void *p, int l);
#define UCNV_DEBUG_LOG(x,y,z) UCNV_DEBUG_LOG(x,y,z,__LINE__)
#else

View File

@ -19,7 +19,6 @@
*/
#include "uresimp.h"
#include <stdio.h>
/* this is just for internal purposes. DO NOT USE! */
static void entryCloseInt(UResourceDataEntry *resB);