Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
0d300ae8
Commit
0d300ae8
authored
Jul 17, 2013
by
yoogx
Browse files
* Correct link error
parent
7a428288
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/aadlv2/import/import_cpp.cpp
View file @
0d300ae8
#ifdef __cplusplus
extern
"C"
{
void
hello
(
void
);
}
#endif
#include
<iostream>
using
namespace
std
;
void
hello
(
void
)
{
cout
<<
"Hello World!"
;
cout
<<
"Hello World!
\n
"
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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