summaryrefslogtreecommitdiff
path: root/lib/mbswidth.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mbswidth.h')
-rw-r--r--lib/mbswidth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mbswidth.h b/lib/mbswidth.h
index b3646ea2d..cd41c9f20 100644
--- a/lib/mbswidth.h
+++ b/lib/mbswidth.h
@@ -36,6 +36,7 @@
control characters and 1 otherwise. */
#define MBSW_REJECT_UNPRINTABLE 2
+
/* Returns the number of screen columns needed for STRING. */
#define mbswidth gnu_mbswidth /* avoid clash with UnixWare 7.1.1 function */
extern int mbswidth (const char *string, int flags);