16 lines
272 B
C
16 lines
272 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __HARVARD_KYOTO_H
|
|
#define __HARVARD_KYOTO_H
|
|
|
|
#if defined (__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
int encode_harvard_kyoto_to_iast(const char *text, char **out);
|
|
|
|
#if defined (__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif /* __HARVARD_KYOTO_H */
|