creating lib file inc

Posted by user222820 on Stack Overflow See other posts from Stack Overflow or by user222820
Published on 2010-05-26T09:17:43Z Indexed on 2010/05/26 9:21 UTC
Read the original article Hit count: 179

Filed under:

hi there i have written a very simple program that has a SUM function i wanna create a .lib file how can i do it please help me

my program is c in windows xp


int sum(int a , int b) { return a + b; }

© Stack Overflow or respective owner

Related posts about library