blob: ed71042c289038ea6012ef86d9cbb0e5c96e1969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
*******************************************************************************
*
* Copyright (C) 2003-2004, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
*/
#include "unicode/utypes.h"
U_CFUNC int genres32(const char *prog, const char *path);
|