source: CIVL/examples/library/stdlib/random.cvl@ 83af34d

1.23 2.0 main test-branch
Last change on this file since 83af34d was 3af26ac, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

make library names consistent; clean up stdlib library; fixed examples accordingly.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@1863 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 98 bytes
Line 
1#include <stdlib.h>
2
3int main(){
4 int val1 = rand(), val2 = rand();
5
6 $assert val1 == val2;
7}
Note: See TracBrowser for help on using the repository browser.