1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-10-16 23:34:42 -04:00

Rewrite assertions (yes, again...) (#128)

This commit is contained in:
Alex Kotov 2022-12-21 12:59:18 +04:00 committed by GitHub
parent bf13320c2f
commit 46bd3f1c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 261 additions and 340 deletions

View file

@ -6,7 +6,6 @@
#include <kernaux/arch/i386.h>
#include <kernaux/arch/riscv64.h>
#include <kernaux/arch/x86_64.h>
#include <kernaux/assert.h>
#include <kernaux/cmdline.h>
#include <kernaux/elf.h>
#include <kernaux/free_list.h>
@ -21,5 +20,6 @@
#include <kernaux/pfa.h>
#include <kernaux/printf.h>
#include <kernaux/printf_fmt.h>
#include <kernaux/runtime.h>
#include <kernaux/units.h>
#include <kernaux/version.h>