in reply to C Library for Perl-like Hashes Creation

The GTK+ toolkit sits on top of a C library called GLib (which can be used outside of GTK+ apps) which provides some advanced datatypes which might be what you're looking for.

Of course you can always just embed Perl in your C and use the real thing.

  • Comment on Re: C Library for Perl-like Hashes Creation