A prototype or type signature is the type of a value passed to or returned from an API call.
Example
int main() { ... }
The prototype here is the
int
type declaration
A prototype or type signature is the type of a value passed to or returned from an API call.
Example
int main() { ... }
The prototype here is the
int
type declaration