'Multipurpose' linked list implementation in pure C

前端 未结 9 1803
一生所求
一生所求 2020-12-12 16:33

This is not exactly a technical question, since I know C kind of enough to do the things I need to (I mean, in terms of not \'letting the language get in your way\'), so thi

9条回答
  •  执笔经年
    2020-12-12 17:24

    I haven't coded C in years but GLib claims to provide "a large set of utility functions for strings and common data structures", among which are linked lists.

提交回复
热议问题