Skip to content

pathing/lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my library

data_struct

link_list

support generic single link list and double link list

define DOUBLE_LINK_LIST to 1 to enable double link list, support the API below now:

  1. link_list_init()
  2. link_list_append()
  3. link_list_find()
  4. link_list_delete()
  5. link_list_show_one()
  6. link_list_show_all()

see test_link_list for sample

json

TODO

bson

TODO

hash

TODO

common

support the API below now:

  1. split()
  2. split_free()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published