File: README

package info (click to toggle)
uthash 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,788 kB
  • sloc: ansic: 9,838; makefile: 178; perl: 88; sh: 37; cpp: 30
file content (19 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
test1: test utvector init/fini
test2: test utvector of int, push, next
test3: test utvector push, pop, extend
test4: test utvector_copy
test5: test utvector of utstring
test6: test utvector of utstring more ops
test7: test utvector of utstring even more ops
test8: test utextend past initial size int
test9: test utextend past initial size utstring
test10: test utvector_pop on empty list (int)
test11: test utvector_pop on empty list (utstring)
test12: test utvector head/tail (int)
test13: test utvector head/tail (utstring)
test14: test utvector_shift (int)
test15: test utvector_shift (utstring)
test16: test utvector_elt
test17: test utvector_erase
test18: test utvector_erase
test19: test utvector_erase