From 4be0056348a8e01f2cf00cf24852a99d559a96b8 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 5 Jun 2008 04:14:48 +0000 Subject: [PATCH] --- ase/doc/en/ase-assert.man | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ase/doc/en/ase-assert.man diff --git a/ase/doc/en/ase-assert.man b/ase/doc/en/ase-assert.man new file mode 100644 index 00000000..f5de7af8 --- /dev/null +++ b/ase/doc/en/ase-assert.man @@ -0,0 +1,15 @@ +.title assert + += Assertion == + +The library provides a couple of macros to replace the standard assert macro. +ASE_ASSERT and ASE_ASSERTX + +These macros requires linking with libaseutl.a unless you define ase_assert_puts yourself. + += ase_assert_puts = + +You may define your own output function for assertion output. + +Include: ase/cor/macros.h +Link: libaseutl.a