diff options
Diffstat (limited to 'docs/u8c_thrdsafe.3')
-rw-r--r-- | docs/u8c_thrdsafe.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/u8c_thrdsafe.3 b/docs/u8c_thrdsafe.3 index b229734..09a0e3f 100644 --- a/docs/u8c_thrdsafe.3 +++ b/docs/u8c_thrdsafe.3 @@ -6,6 +6,7 @@ u8c_thrdsafe - Thread-safe - Whether or not u8c is thread-safe. .PP .nf \f[C] +/* # include <u8c/main.h> */ # include <stdbool.h> extern bool const u8c_thrdsafe; \f[R] |