mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Main: include/kernaux/memmap.h: Made stable
This commit is contained in:
parent
f4d82fa0b7
commit
45c0232e60
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
2022-06-15 Alex Kotov <kotovalexarian@gmail.com>
|
||||
|
||||
* include/kernaux/memmap.h: Added
|
||||
* include/kernaux/memmap.h: Added, made stable
|
||||
* configure.ac: Added "--with-memmap", made stable
|
||||
|
||||
2022-06-13 Alex Kotov <kotovalexarian@gmail.com>
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ zero). Work-in-progress APIs can change at any time.
|
|||
* Utilities
|
||||
* [Measurement units utils](/include/kernaux/units.h) (*work in progress*)
|
||||
* [To human](/examples/units_human.c)
|
||||
* [Memory map](/include/kernaux/memmap.h.in) (*work in progress*)
|
||||
* [Memory map](/include/kernaux/memmap.h.in) (*stable since* **?.?.?**)
|
||||
* [Example](/examples/memmap.c)
|
||||
* [printf format parser](/include/kernaux/printf_fmt.h) (*work in progress*)
|
||||
* Code from [https://github.com/mpaland/printf](https://github.com/mpaland/printf). Thank you!
|
||||
|
@ -150,6 +150,7 @@ explicitly included, use `--without-all`.
|
|||
|
||||
* `--with[out]-cmdline` - command line parser
|
||||
* `--with[out]-file` - file simulator
|
||||
* `--with[out]-memmap` - memory map
|
||||
* `--with[out]-ntoa` - itoa/ftoa
|
||||
* `--with[out]-printf` - printf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue