11 lines
191 B
C
11 lines
191 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
#ifndef __IAST_H
|
||
|
#define __IAST_H
|
||
|
|
||
|
#include <iast/transliteration.h>
|
||
|
#include <iast/velthuis.h>
|
||
|
#include <iast/harvard-kyoto.h>
|
||
|
|
||
|
#endif /* __IAST_H */
|