Domain Name Forum
>
Web Design & Development
>
Programming
>
C
> Extern Functions:
PDA
View Full Version :
Extern Functions:
C++
07-22-2009, 05:16 PM
Simple1.c------------------------------------#includeint f1(int x, int y){printf("%d %d", x, y);return x+y;}-----------------------------------
vBulletin® v3.8.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.