8 lines
180 B
C
8 lines
180 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __VELTHUIS_H
|
|
#define __VELTHUIS_H
|
|
|
|
int encode_velthuis_to_iast_punctation(const char *text, char **out);
|
|
|
|
#endif /* __VELTHUIS_H */
|