1.23
2.0
main
test-branch
|
Last change
on this file since e1b32beb was 4208097, checked in by Manchun Zheng <zmanchun@…>, 12 years ago |
|
Added separated libraries for civl (including civl implementation and library enabler/evaluator/executor); modified the examples in example/library/civlc accordingly;
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1326 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
186 bytes
|
| Line | |
|---|
| 1 | /* This header file contains the data types and function prototypes for communication. */
|
|---|
| 2 |
|
|---|
| 3 | #ifdef __COMM__
|
|---|
| 4 | #else
|
|---|
| 5 | #define __COMM__
|
|---|
| 6 |
|
|---|
| 7 | #include <comm-common.cvh>
|
|---|
| 8 | #include <comm.cvl>
|
|---|
| 9 |
|
|---|
| 10 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.