ucreader.h 422 B

12345678910111213141516171819202122
  1. /*
  2. *
  3. * © 2016 and later: Unicode, Inc. and others.
  4. * License & terms of use: http://www.unicode.org/copyright.html#License
  5. *
  6. * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
  7. *
  8. */
  9. #ifndef __UCREADER_H
  10. #define __UCREADER_H
  11. #include "unicode/utypes.h"
  12. #include "gsupport.h"
  13. U_CDECL_BEGIN
  14. const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
  15. U_CDECL_END
  16. #endif