9 lines
189 B
C
9 lines
189 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
#ifndef __HARVARD_KYOTO_H
|
||
|
#define __HARVARD_KYOTO_H
|
||
|
|
||
|
int encode_harvard_kyoto_to_iast(const char *text, char **out);
|
||
|
|
||
|
#endif /* __HARVARD_KYOTO_H */
|