diff options
Diffstat (limited to 'docs/u8c_u8alloc.3')
-rw-r--r-- | docs/u8c_u8alloc.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_u8alloc.3 b/docs/u8c_u8alloc.3 index 8fbda08..ab0cf15 100644 --- a/docs/u8c_u8alloc.3 +++ b/docs/u8c_u8alloc.3 @@ -6,6 +6,7 @@ u8c_u8alloc - UTF-8 allocate - Allocate UTF-8 string. .PP .nf \f[C] +/* # include <u8c/u8.h> */ # include <stdbool.h> # include <stddef.h> extern bool u8c_u8alloc(unsigned char * * const u32,size_t const sz); |