diff options
Diffstat (limited to 'docs/u8c_end.3')
-rw-r--r-- | docs/u8c_end.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_end.3 b/docs/u8c_end.3 index bf8c81e..593af14 100644 --- a/docs/u8c_end.3 +++ b/docs/u8c_end.3 @@ -6,6 +6,7 @@ u8c_end - End - Finalise u8c and clean up. .PP .nf \f[C] +/* # include <u8c/main.h> */ # include <stdbool.h> extern bool u8c_end(void); \f[R] |