8 lines
158 B
C
8 lines
158 B
C
#ifndef __IAST_H
|
|
#define __IAST_H
|
|
|
|
#include "transliteration.h"
|
|
|
|
struct transliteration_context *transliteration_context_iast_alloc();
|
|
|
|
#endif /* __IAST_H */
|