8 lines
170 B
C
8 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 */
|