Antti-Juhani Kaijanaho wrote:
as a case in point, it would help tremendously with
callbacks and with qsort
What's wrong with qsort(), bsearch() and friends? To compare two objects you hardly need anything more than two references. Charset conversion, collation etc is traditionally controlled by the global environment and since it's *your* code that invokes qsort(), you can easily set it as needed. Much cheaper than passing extra arg zillion times, IMO.

--

Zdenek Pavlas




_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to