Commit 553822b5 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Transfered the Function pointers section.

parent a69ac7ed
...@@ -391,6 +391,14 @@ terminate the list of positional arguments:: ...@@ -391,6 +391,14 @@ terminate the list of positional arguments::
Shown above, the signature takes exactly two positional Shown above, the signature takes exactly two positional
parameters and has two required keyword parameters parameters and has two required keyword parameters
Function Pointers
-----------------
Functions declared in a ``struct`` are automatically converted to function pointers.
For using error return values with function pointers, see the note at the bottom
of :ref:`error_return_values`.
.. _error_return_values: .. _error_return_values:
Error return values Error return values
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment