how can i put my c function into c laibrary . please give me by compleate details answer becuse i am new with c . thanks
|
|
|||||||
|
closed as not a real question by 280Z28, Brian Rasmussen, Rob Wells, Zed, Dav Sep 1 at 9:08 |
|
|
I think your tag is good. Start with reading a book and follow the examples. You can create a C project that will either create an executable, or some kind of a library. The function you wrote will then be within. If you want to put your function into a different library, say an existing one: that is only possible if you have access to the sourcecode. Further help is only possible, of you give some more information about what you want to do. |
||
|
|
