sanskrit-iast/harvard-kyoto.h

9 lines
189 B
C
Raw Normal View History

2023-02-13 08:48:26 +01:00
/* 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 */