10 lines
226 B
C
10 lines
226 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __IAST_CZECH_H
|
|
#define __IAST_CZECH_H
|
|
|
|
#include "transliteration.h"
|
|
|
|
const struct transliteration_context *get_iast_czech_transliteration_context();
|
|
|
|
#endif /* __IAST_CZECH_H */
|