diff options
Diffstat (limited to 'src/uchar/c16rtomb.c')
| -rw-r--r-- | src/uchar/c16rtomb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uchar/c16rtomb.c b/src/uchar/c16rtomb.c index a4e522bc..cb11c989 100644 --- a/src/uchar/c16rtomb.c +++ b/src/uchar/c16rtomb.c @@ -4,6 +4,7 @@ size_t c16rtomb(char * restrict s, char16_t c16, mbstate_t * restrict ps) { SIGNAL_SAFE(0); + /* TODO: overlap */ (void)s; (void)c16; (void)ps; |
