diff options
Diffstat (limited to '')
| -rw-r--r-- | libcharconv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcharconv.h b/libcharconv.h index fb8fa60..00aa7a9 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -450,6 +450,15 @@ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_cw); */ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_ccw); +/** + * Convert + * '(' to FUNCTION APPLICATION, + * '*' to INVISIBLE TIMES, + * '|' to INVISIBLE SEPARATOR, and + * '+' to INVISIBLE PLUS + */ +LIBCHARCONV_FUNC_(libcharconv_invisible); + #undef LIBCHARCONV_FUNC_ #endif |
