Skip to content

Signature Type

CD2 edited this page Feb 8, 2023 · 3 revisions

A type that specifies the signature of a function, etc. Used in conjunction with function definitions and function pointer definitions.

How to write

Write the type of the return value after the $, and the type of the argument in ().

$int(int, int)

Clone this wiki locally