diff options
author | Xander <xander@icth.xyz> | 2023-07-05 19:30:25 +0200 |
---|---|---|
committer | Xander <xander@icth.xyz> | 2023-07-05 19:30:25 +0200 |
commit | 5ef9221f4dfe78d69247989ef7edc8d3101a5014 (patch) | |
tree | df76b9e98f51722ed601ba9e5b379eedc680f2c7 /kernel/output/writer.sats | |
parent | 415f75c275c991949ef7c9d2c62d07e8eba761b5 (diff) | |
download | ats-os-5ef9221f4dfe78d69247989ef7edc8d3101a5014.tar.xz ats-os-5ef9221f4dfe78d69247989ef7edc8d3101a5014.zip |
Cleanup
Diffstat (limited to 'kernel/output/writer.sats')
-rw-r--r-- | kernel/output/writer.sats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/output/writer.sats b/kernel/output/writer.sats index fd33424..8f25313 100644 --- a/kernel/output/writer.sats +++ b/kernel/output/writer.sats @@ -26,8 +26,6 @@ typedef screenChar = @{ ascii_character = char, color_code = uint8} vtypedef buffer = [l : agz] (@[screenChar][N] @ l | ptr l) typedef writer = @{position = [a:int | a >= 0 && a < N] int (a), color_code = uint8} -castfn i2u8 {n: nat} (i: int n): uint8 n - fun put_string (str : string) : void fun clear_screen() : void |