Changes in src/examples/vector_test.c [6ba0659:eab39cd]
- File:
-
- 1 edited
-
src/examples/vector_test.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/vector_test.c
r6ba0659 reab39cd 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // vector_test.c -- 7 // vector_test.c -- 8 8 // 9 9 // Author : Richard C. Bilson 10 10 // Created On : Wed May 27 17:56:53 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Wed Feb 17 12:23:55201611 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed Apr 06 17:19:07 2016 13 13 // Update Count : 18 14 14 // … … 20 20 21 21 int main( void ) { 22 vector_int vec = vector_int_allocate();22 vector_int vec; 23 23 24 24 // read in numbers until EOF or error
Note:
See TracChangeset
for help on using the changeset viewer.