Generic list manipulation function in C?

后端 未结 7 630
独厮守ぢ
独厮守ぢ 2020-12-16 05:53

What is a generic list manipulation function in C? (I saw this when I was going through some materials.)

What is the difference between this function and a function

相关标签:
7条回答
  • 2020-12-16 06:54

    C and its standard library don't offer any list specific functions.

    But there are libraries with many useful functions for C that support data types known from other programming languages: http://library.gnome.org/devel/glib/2.18/glib-data-types.html

    0 讨论(0)
提交回复
热议问题