ISC DHCP  4.3.0
A reference DHCPv4 and DHCPv6 implementation
cdefs.h File Reference

Go to the source code of this file.

Macros

#define __attribute__(x)
 
#define IGNORE_RET(x)   (void) x
 
#define IGNORE_UNUSED(x)   { x = x; }
 

Macro Definition Documentation

◆ __attribute__

#define __attribute__ (   x)

Definition at line 40 of file cdefs.h.

◆ IGNORE_RET

#define IGNORE_RET (   x)    (void) x

Definition at line 55 of file cdefs.h.

◆ IGNORE_UNUSED

#define IGNORE_UNUSED (   x)    { x = x; }

Definition at line 68 of file cdefs.h.