libstrvec-c

C string vector library
git clone https://git.sinitax.com/sinitax/libstrvec-c
Log | Files | Refs | LICENSE | sfeed.txt

libstrvec.api (285B)


      1strvec_init
      2strvec_deinit
      3
      4strvec_alloc
      5strvec_free
      6
      7strvec_copy
      8strvec_swap
      9
     10strvec_clear
     11strvec_reserve
     12strvec_shrink
     13
     14strvec_stra
     15strvec_at
     16strvec_len
     17
     18strvec_pushn
     19strvec_popn
     20strvec_replace
     21strvec_remove
     22
     23strvec_remove_str
     24strvec_find
     25strvec_join
     26
     27strvec_iter_fwd
     28strvec_iter_bwd