9 lines
170 B
C
9 lines
170 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
||
|
#ifndef __VELTHUIS_H
|
||
|
#define __VELTHUIS_H
|
||
|
|
||
|
char *encode_velthuis_to_iast_punctation(const char *text);
|
||
|
|
||
|
#endif /* __VELTHUIS_H */
|