I have two C files: driver.c and value.c. Driver has a main method and value.c has the functions that I've delcared. I'm trying to call one method from the value.c file and I keep getting a "driver.obj : error LNK2001: unresolved external symbol _diskspace" error.


Obviously it's a problem with the linker, but I cannot figure it out. I know I'm able to do this, but how? Can anybody help me out on this? Thank you.