RList
Defines
src/include/rlist/platform.h File Reference

Go to the source code of this file.

Defines

#define ARGS(args)   args

Detailed Description

Helpers for handling differences in languages, compilers, and platforms.

Definition in file platform.h.


Define Documentation

#define ARGS (   args)    args

Allow non-ANSI compilers to compile ANSI-style function declarations with arguments. For every public C function declaration, this macro must wrap the function arguments including the parentheses. For example:

 int ansi_declared_function ARGS((const int x, long y)); 

Definition at line 47 of file platform.h.