]> gitweb @ CieloNegro.org - bindings-apr-util.git/blob - Bindings/APU/Version.hsc
Bindings.APR.XML and APU.Version
[bindings-apr-util.git] / Bindings / APU / Version.hsc
1 #include <bindings.dsl.h>
2 #include <apu_version.h>
3
4 module Bindings.APU.Version where
5 #strict_import
6 import Bindings.APR.Version
7
8 #num APU_MAJOR_VERSION
9 #num APU_MINOR_VERSION
10 #num APU_PATCH_VERSION
11
12 #globalarray APU_VERSION_STRING, CChar
13
14 #ifndef APU_VERSION_ONLY
15 #  ccall apu_version       , Ptr <apr_version_t> -> IO ()
16 #  ccall apu_version_string, IO (Ptr CChar)
17 #endif