mirror of
https://github.com/tailix/libkernaux.git
synced 2025-03-31 17:25:22 -04:00
Update README.md (#83)
This commit is contained in:
parent
9f374475e0
commit
a904d7cf8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue