repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: diffout.py
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
uthash
/
libut
/
tests
/
test1.c
blob
afdd0cc25b9fce882f5b9dd7336addee2ceefa64
1
#include
"utvector.h"
2
3
int
main
() {
4
UT_vector v
;
5
utvector_init
(&
v
,
utmm_int
);
6
utvector_fini
(&
v
);
7
return
0
;
8
}