blob: c1a2dc31dd22a824cf452ae6d5ba60506571b190 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.TH "u8c_ver" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_ver - Version - Version of the u8c API.
.SH DECLARATION
.PP
.nf
\f[C]
/* # include <u8c/main.h> */
# include <stdint.h>
static uint_least64_t const u8c_ver = /* version */;
\f[R]
.fi
.SH DESCRIPTION
.PP
.SH VERSION
.PP
u8c 0
|