diff --git a/mps/manual/source/topic/interface.rst b/mps/manual/source/topic/interface.rst index e0bca91d1fb..0c9c02f64dc 100644 --- a/mps/manual/source/topic/interface.rst +++ b/mps/manual/source/topic/interface.rst @@ -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 ` for + ``void (*)(void)``. + + .. c:type:: mps_label_t The type of a :term:`telemetry label`.