mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 13:23:27 +03:00
8 lines
43 B
ObjectPascal
8 lines
43 B
ObjectPascal
|
unit Crt;
|
||
|
|
||
|
interface
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|