sanskrit-iast/iast.h

11 lines
202 B
C
Raw Normal View History

2018-04-25 19:30:49 +02:00
/* SPDX-License-Identifier: GPL-2.0 */
2018-04-25 18:11:56 +02:00
#ifndef __IAST_H
#define __IAST_H
#include "transliteration.h"
const struct transliteration_context *get_iast_transliteration_context();
2018-04-25 18:11:56 +02:00
#endif /* __IAST_H */