mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
Document the interface type mps_fun_t.
Copied from Perforce Change: 183644 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
ba3aaeb575
commit
b19dd3cbf3
1 changed files with 8 additions and 0 deletions
|
|
@ -312,6 +312,14 @@ General types
|
|||
:c:func:`mps_clock`.
|
||||
|
||||
|
||||
.. c:type:: mps_fun_t
|
||||
|
||||
The type of a generic function pointer.
|
||||
|
||||
It is a :term:`transparent alias <transparent type>` for
|
||||
``void (*)(void)``.
|
||||
|
||||
|
||||
.. c:type:: mps_label_t
|
||||
|
||||
The type of a :term:`telemetry label`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue