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

Depend on memset, strlen, strcpy (#2)

This commit is contained in:
Alex Kotov 2021-12-15 15:45:40 +05:00 committed by GitHub
parent 894a96c991
commit aaa96d70ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 215 additions and 237 deletions

View file

@ -2,8 +2,11 @@
#include <kernaux/cmdline.h>
#include <kernaux/console.h>
#include <kernaux/elf.h>
#include <kernaux/itoa.h>
#include <kernaux/multiboot2.h>
#include <kernaux/pfa.h>
#include <kernaux/printf.h>
#include <kernaux/stdlib.h>
#include <kernaux/units.h>
// We don't include <kernaux/libc.h> because it may
// conflict with actual freestanding or hosted libc.