ATSLIB/contrib/cairo/cairo
This package contains an API for programming
cairo in ATS.
Synopsis
fun cairo_version (): int = "mac#%"
Synopsis
fun cairo_version_string (): string = "mac#%"
Synopsis
macdef CAIRO_VERSION_MAJOR = $extval (int, "CAIRO_VERSION_MAJOR")
Synopsis
macdef CAIRO_VERSION_MINOR = $extval (int, "CAIRO_VERSION_MINOR")
Synopsis
macdef CAIRO_VERSION_MICRO = $extval (int, "CAIRO_VERSION_MICRO")
Synopsis
fun CAIRO_VERSION_ENCODE
(major: int, minor: int, micro: int): int = "mac#CAIRO_VERSION_ENCODE"
Synopsis
This file, which is included in [cairo.sats], mostly contains type
definitions and macros in the cairo package.