▲ | fuzztester 4 days ago | ||||||||||||||||
Yes, function prototypes were introduced in the first ANSI version of C, IIRC, which came some years after the original C. The prototype feature was described in the second version of the classic K&R C book, The C Programming Language. | |||||||||||||||||
▲ | pjmlp 4 days ago | parent [-] | ||||||||||||||||
Function prototypes came to ANSI/ISO C via the ongoing work on ISO C++. | |||||||||||||||||
|