Update README.md (#83)

This commit is contained in:
Alex Kotov 2022-06-21 12:42:31 +03:00 committed by GitHub
parent 9f374475e0
commit a904d7cf8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,13 +95,13 @@ zero). Work-in-progress APIs can change at any time.
### Definitions
Define the following C preprocessor macros before including `<kernaux.h>` and
`#define` the following C preprocessor macros before including `<kernaux.h>` and
`<kernaux/*.h>` files. They have effect on your code, not the library code.
* `KERNAUX_DEBUG` - enable assertions.
* `KERNAUX_ACCESS_PRIVATE` - disable access modifier "private". Don't do this!
* `KERNAUX_ACCESS_PROTECTED` - disable access modifier "protected". Only do this
(with `#define`) in a file where you implement an inherited type.
in a file where you implement an inherited type.
### Global variables