Hi
I am still raw with programming and I would like to know how to create a library which would allow me to access functions I define myself. I have multiple source files (*.c) which define functions but I don't yet know how to enable any program I write to access these functions. I heard that I have to create a library (which I don't know how).
Thank you in advance.
So start here: http://www.keil.com/support/man/docs/uv3/uv3_examples.htm
Work through those examples - in the process, you will see how to specify the type of output from your project...
See also: http://www.keil.com/support/man/docs/gs/