mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Console API made closest to original one
Extended I/O procedures (CoreLite-like) removed, initial Read/ReadLn procedures added to System unit.
This commit is contained in:
@@ -10,5 +10,5 @@ var
|
||||
begin
|
||||
InitConsole('Load File');
|
||||
Buffer := LoadFile('/sys/example.asm', FileSize);
|
||||
WriteLnEx(Buffer, FileSize);
|
||||
con_write_string(Buffer, FileSize);
|
||||
end.
|
||||
|
Reference in New Issue
Block a user