diff options
Diffstat (limited to 'docs/u8c_setfmt.3')
-rw-r--r-- | docs/u8c_setfmt.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_setfmt.3 b/docs/u8c_setfmt.3 index 105019e..65d7646 100644 --- a/docs/u8c_setfmt.3 +++ b/docs/u8c_setfmt.3 @@ -6,6 +6,7 @@ u8c_setfmt - Set format - Set format to be used by \f[B]u8c_fmt\f[R] and company .PP .nf \f[C] +/* # include <u8c/fmt.h> */ # include <stdbool.h> # include <stdint.h> extern bool u8c_setfmt(uint_least8_t const base,uint_least8_t const endian); |