ELFLoader should fail with an error message for unresolved symbols.

This commit is contained in:
Andreas Kling 2018-10-25 10:00:37 +02:00
commit 16f318408d
Notes: sideshowbarker 2024-07-19 18:39:19 +09:00
14 changed files with 80 additions and 24 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include <AK/Compiler.h>
int kprintf(const char *fmt, ...);
int ksprintf(char* buf, const char *fmt, ...);