Upload
This commit is contained in:
commit
43352ff262
1291 changed files with 220976 additions and 0 deletions
7
WATER/T3.PAS
Normal file
7
WATER/T3.PAS
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
unit t3;
|
||||
{$L wat3.obj}
|
||||
interface
|
||||
procedure wat3;far;
|
||||
implementation
|
||||
procedure wat3;external;
|
||||
end.
|
||||
Loading…
Reference in a new issue