changes to readme

This commit is contained in:
Peter McGoron 2024-04-27 22:05:31 -04:00
parent ffc9602661
commit 6163f45b88
1 changed files with 3 additions and 3 deletions

View File

@ -52,8 +52,8 @@ In *one* C file, do the following ::
#define AATREE_PREFIX /* prefix of each function: put "declspec" or #define AATREE_PREFIX /* prefix of each function: put "declspec" or
"static" here */ "static" here */
#define AATREE_ASSERT /* Define this if you want the code to have #define AATREE_ASSERT /* Define this if you want the code to have
asserts. Do not define if you do not want asserts. This library uses assert() from the
standard library asserts. */ standard library. */
/* Mandatory declarations */ /* Mandatory declarations */
#define AATREE_IMPL #define AATREE_IMPL
@ -66,4 +66,4 @@ do is ``#include aatree.h``. The linker will take care of everything else.
The library also includes it own test code for convienence. Define The library also includes it own test code for convienence. Define
``AATREE_TEST`` to turn the header into a self-contained C file with a ``AATREE_TEST`` to turn the header into a self-contained C file with a
``main()`` function. See ``Makefile`` for an example of compiling the ``main()`` function. See ``Makefile`` for an example of compiling the
test. tests.