|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | PTR char * |
| #define | PTRCONST PTR |
| #define | LONG_DOUBLE double |
| #define | AND ; |
| #define | NOARGS |
| #define | CONST |
| #define | const |
| #define | VOLATILE |
| #define | SIGNED |
| #define | DOTS |
| #define | EXFUN(name, proto) name() |
| #define | DEFUN(name, arglist, args) name arglist args; |
| #define | DEFUN_VOID(name) name() |
| #define | PROTO(type, name, arglist) type name () |
| #define | PARAMS(paramlist) () |
| #define AND ; |
Definition at line 123 of file ansidecl.h.
| #define CONST |
Definition at line 125 of file ansidecl.h.
| #define const |
Definition at line 127 of file ansidecl.h.
Definition at line 135 of file ansidecl.h.
| #define DOTS |
Definition at line 131 of file ansidecl.h.
Definition at line 133 of file ansidecl.h.
| #define LONG_DOUBLE double |
Definition at line 121 of file ansidecl.h.
| #define NOARGS |
Definition at line 124 of file ansidecl.h.
| #define PARAMS | ( | paramlist | ) | () |
Definition at line 137 of file ansidecl.h.
| #define PTR char * |
Definition at line 119 of file ansidecl.h.
| #define PTRCONST PTR |
Definition at line 120 of file ansidecl.h.
| #define SIGNED |
Definition at line 130 of file ansidecl.h.
| #define VOLATILE |
Definition at line 129 of file ansidecl.h.
1.8.2