ICU-790 Mainly removed stdio.h
X-SVN-Rev: 3577
This commit is contained in:
parent
6fa1e5cddc
commit
e016854afa
@ -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)
|
||||
|
@ -10,10 +10,6 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifndef _STDIO_H
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "ucmp8.h"
|
||||
#include "cmemory.h"
|
||||
|
@ -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
|
||||
|
@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#include "uresimp.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* this is just for internal purposes. DO NOT USE! */
|
||||
static void entryCloseInt(UResourceDataEntry *resB);
|
||||
|
Loading…
Reference in New Issue
Block a user