sanskrit-iast/czech.h

9 lines
173 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
2021-12-21 21:55:16 +01:00
#ifndef __CZECH_H
#define __CZECH_H
int transcript_devanagari_to_czech(const char *devanagari, char **ret);
2021-12-21 21:55:16 +01:00
#endif /* __CZECH_H */