11 lines
210 B
C
11 lines
210 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
#ifndef __IAST_CZECH_H
|
||
|
#define __IAST_CZECH_H
|
||
|
|
||
|
#include "transliteration.h"
|
||
|
|
||
|
struct translit_letter *get_iast_czech_transliteration_table();
|
||
|
|
||
|
#endif /* __IAST_CZECH_H */
|