13 H:\Desktop\testmultifunc.c conflicting types for 'totalCalc'
7 H:\Desktop\testmultifunc.c previous implicit declaration of 'totalCalc' was here
27 H:\Desktop\testmultifunc.c conflicting types for 'taxCalc'
18 H:\Desktop\testmultifunc.c previous implicit declaration of 'taxCalc' was here
This can't possibly be all of your source code can it? TotalCalc is never declared before it is used on line 7, unless maybe you're just using a slightly crappy compiler because those error messages are quite difficult to decipher when compared to the actual problem