[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnulib] comparison_fn_t
From: |
Oskar Liljeblad |
Subject: |
[bug-gnulib] comparison_fn_t |
Date: |
Fri, 27 May 2005 12:23:12 +0200 |
User-agent: |
Mutt/1.5.9i |
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 (address@hidden)
- [bug-gnulib] comparison_fn_t,
Oskar Liljeblad <=