vote up -6 vote down star

how can i put my c function into c laibrary . please give me by compleate details answer becuse i am new with c . thanks

flag
2  
Hi Omaid, welcome to Stackoverflow. To enable you to answer you question more effectively we really need to know some of the following: 1) What compiler you are using, 2) what you have done so far and 3) what errors you are encountering (if any). – graham.reeds Sep 1 at 9:00
Set a informative topic. – Carl Bergquist Sep 1 at 9:01

closed as not a real question by 280Z28, Brian Rasmussen, Rob Wells, Zed, Dav Sep 1 at 9:08

1 Answer

vote up 0 vote down

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.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.