/** helloworld2.c **/ #include void hellomath(double); int main(int argc,char *argv[]) { printf("hello, world\n"); hellomath(2.45); exit(0); }