diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-31 03:04:27 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-31 03:04:27 +0000 |
| commit | 33bb4b34ed029fb10bd42b14472fd08cde2a181c (patch) | |
| tree | 5ceda6e7ec8e1c15f6edb8f36c33bdb701d4ec48 /kc/core/video.h | |
| parent | 5d12eae3d61c91735f09cc1956732629190d6f13 (diff) | |
basic text console video
Diffstat (limited to 'kc/core/video.h')
| -rw-r--r-- | kc/core/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/video.h b/kc/core/video.h index 55c0bbb..7b06f94 100644 --- a/kc/core/video.h +++ b/kc/core/video.h @@ -1,6 +1,6 @@ #pragma once int video_init(void); -int video_putchar(void); +int video_putchar(int c); |
