repo.or.cz
/
openc2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
read Blackboard data correctly from the SFC file, and construct a BlackboardPart...
[openc2e.git]
/
util.h
blob
ad9eee41cf9365bf4bc50ac839d2ffb764f8e39e
1
#ifndef UTIL_H
2
#define UTIL_H 1
3
4
#include <string>
5
#include <iostream>
6
7
std
::
string
readfile
(
std
::
istream
&
i
);
8
9
#endif