Function Declaration in C — a practical guide to C function declaration prototype with clear examples you can reuse in real projects.
C Programming Tutorial Series (40/102). Prefer one article? Read the complete C programming tutorial.
Short description
Headers typically hold declarations; .c files hold definitions.
Prototype
int add(int a, int b);