ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
cdefs.h File Reference

Go to the source code of this file.

Macros

#define __attribute__(x)
 
#define IGNORE_RET(x)
 
#define IGNORE_UNUSED(x)
 

Macro Definition Documentation

◆ __attribute__

#define __attribute__ ( x)

Definition at line 39 of file cdefs.h.

◆ IGNORE_RET

#define IGNORE_RET ( x)
Value:
(void) x

Definition at line 54 of file cdefs.h.

◆ IGNORE_UNUSED

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

Definition at line 67 of file cdefs.h.