GNU libc defines comparison_fn_t in stdlib.h if _GNU_SOURCE is defined. The type is defined like this:
typedef int (*comparison_fn_t) (const void *, const void *); I tend to use this type a little everywhere, so I would like to make a module for this definition. But what should the the header file be called? comparison_fn.h? compfn.h? cmpfn.h? Regards, Oskar Liljeblad ([EMAIL PROTECTED]) _______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib