mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
Move kprintf to its own file. It has nothing to do with VGA anymore.
This commit is contained in:
parent
702d308e67
commit
bae59609e3
Notes:
sideshowbarker
2024-07-19 18:45:21 +09:00
Author: https://github.com/awesomekling
Commit: bae59609e3
7 changed files with 188 additions and 187 deletions
5
Kernel/kprintf.h
Normal file
5
Kernel/kprintf.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
int kprintf(const char *fmt, ...);
|
||||
int ksprintf(char* buf, const char *fmt, ...);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue