Next: Obsolete Definitions, Previous: The main Function, Up: Functions [Contents][Index]
This section describes some advanced or obscure features for GNU C function definitions. If you are just learning C, you can skip the rest of this chapter.
• Variable-Length Array Parameters | Functions that accept arrays of variable length. | |
• Variable Number of Arguments | Variadic functions. | |
• Nested Functions | Defining functions within functions. | |
• Inline Function Definitions | A function call optimization technique. |