home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
gnat_2
/
!gcc
/
gnat
/
examples
/
adb
/
useofimpor
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-29
|
168 b
|
7 lines
procedure Use_Of_Import is
procedure Imported_Function;
pragma Import (C, Imported_Function, "imported_function");
begin
Imported_Function;
end Use_Of_Import;