This might help GNOME developers - Almost all C++ STL data structures in one C library (generic_doubly_linked_list_library.c)

Almost all C++ STL data structures in one C library (generic_doubly_linked_list_library.c).

Github Link: GitHub - amit0523/generic-doubly-linked-list-library: Almost all C++ STL data structures in one C library (generic_doubly_linked_list_library.c).


Why would this help?

GNOME developers already have access to GLib, which provides a fair set of commonly used data types.

Oh! Ok. Didn’t know about GLib.