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