diff options
Diffstat (limited to 'docs/u8c_isdigit.3')
-rw-r--r-- | docs/u8c_isdigit.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_isdigit.3 b/docs/u8c_isdigit.3 index 6b3ec4a..0e93230 100644 --- a/docs/u8c_isdigit.3 +++ b/docs/u8c_isdigit.3 @@ -6,6 +6,7 @@ u8c_isdigit - Is digit - Check if a character is a dozenal digit. .PP .nf \f[C] +/* # include <u8c/is.h> */ # include <stdbool.h> # include <stdint.h> # include <uchar.h> |