Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
29dd0520
Commit
29dd0520
authored
Jan 03, 2015
by
Maxime Perrotin
Browse files
Add code for external symbol
parent
444a994e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-simu/external_proc.c
0 → 100644
View file @
29dd0520
#include <stdio.h>
#include "dataview-uniq.h"
void
orchestrator_RI_ExternalProc
(
asn1SccT_UInt32
*
gnc_output
,
asn1SccT_UInt32
*
gnc_input
)
{
*
gnc_output
=
*
gnc_input
+
1
;
}
Write
Preview
Supports
Markdown
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