]> err.no Git - util-linux/commit
include: add c.h with fundamental C definitions
authorKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 22:42:22 +0000 (00:42 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 22:57:50 +0000 (00:57 +0200)
commit4d0dbb8b634ab0ec833348502aff284598858696
tree50365ccad451a1cf47131a464f1bfee5481837bc
parentd690f6255ce62210091ef12cf5db74ea141d087c
include: add c.h with fundamental C definitions

Add:
  * ARRAY_SIZE with array type check
  * PATH_MAX, TRUE and FALSE macros
  * dummy __attribute__ for non-gcc compilers

Signed-off-by: Karel Zak <kzak@redhat.com>
include/Makefile.am
include/c.h [new file with mode: 0644]