×

Function prototype

In computer programming, a function prototype is a declaration of a function that specifies the function's name and type signature, but omits the function body. Wikipedia