Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenGEODE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
OpenGEODE
Commits
7f9c3881
Commit
7f9c3881
authored
Oct 04, 2020
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add RI stub
parent
2e4be266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
tests/testsuite/test-via/challenge_ri.ada
tests/testsuite/test-via/challenge_ri.ada
+11
-0
No files found.
tests/testsuite/test-via/challenge_ri.ada
0 → 100644
View file @
7f9c3881
-- Stub generated by OpenGEODE.
-- You can edit this file, it will not be overwritten
package
body
challenge_RI
is
procedure
pow
(
a
:
in
out
asn1SccT_UInt32
;
b
:
in
out
asn1SccT_UInt32
;
res
:
out
asn1SccT_UInt32
)
is
procedure
pow
(
a
:
in
out
asn1SccT_UInt32
;
b
:
in
out
asn1SccT_UInt32
;
res
:
out
asn1SccT_UInt32
)
with
Import
,
Convention
=>
C
,
Link_Name
=>
"challenge_RI_pow"
;
begin
Pow
(
a
,
b
,
res
);
end
Pow
;
end
challenge_RI
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment