Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
b3b79150d4a885c4c111ae5dd5dc1e25c8a43907
Switch branch/tag
embb
doc
examples
dataflow
dataflow_sink_function-snippet.h
Find file
Normal view
History
Permalink
dataflow_sink_function-snippet.h
80 Bytes
Edit
Newer
Older
Initial version of open source release.
faca57bb
Tobias Schuele
committed
Oct 01, 2014
1
2
3
void
SinkFunction
(
std
::
string
const
&
str
)
{
std
::
cout
<<
str
<<
std
::
endl
;
}