1.23
2.0
acw/focus-triggers
main
test-branch
|
Last change
on this file since 8ed2d3b was dba07d0, checked in by Manchun Zheng <zmanchun@…>, 10 years ago |
|
cleaned up tests; got rid of hard coding library names for system functions in java (made it in civl-c code instead); cleaned up library enabler loader to improve the performance.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@3259 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
189 bytes
|
| Line | |
|---|
| 1 | #include<civlc.cvh>
|
|---|
| 2 | #include<stdio.h>
|
|---|
| 3 |
|
|---|
| 4 | int main(){
|
|---|
| 5 | int x,y,z;
|
|---|
| 6 |
|
|---|
| 7 | $havoc(&x);
|
|---|
| 8 | printf("x=%d\n", x);
|
|---|
| 9 | for(int i=0; i<5; i++){
|
|---|
| 10 | $havoc(&y);
|
|---|
| 11 | printf("x=%d\n", y);
|
|---|
| 12 | }
|
|---|
| 13 | $havoc(&z);
|
|---|
| 14 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.