Home | History | Annotate | Download | only in layout
      1 /*
      2  *
      3  * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
      4  *
      5  */
      6 
      7 #ifndef __UCREADER_H
      8 #define __UCREADER_H
      9 
     10 #include "unicode/utypes.h"
     11 #include "gsupport.h"
     12 
     13 U_CDECL_BEGIN
     14 
     15 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
     16 
     17 U_CDECL_END
     18 
     19 #endif
     20