DEBSOURCES
Skip Quicknav
sources / uthash / 2.3.0-2 / libut / tests / test1.c
12345678
#include "utvector.h" int main() { UT_vector v; utvector_init(&v, utmm_int); utvector_fini(&v); return 0; }