[][src]Function cmark_gfm_sys::cmark_version

pub unsafe extern "C" fn cmark_version() -> c_int

The library version as integer for runtime checks. Also available as macro CMARK_VERSION for compile time checks.

  • Bits 16-23 contain the major version.
  • Bits 8-15 contain the minor version.
  • Bits 0-7 contain the patchlevel.

In hexadecimal format, the number 0x010203 represents version 1.2.3.