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