tags:

views:

5

answers:

0

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;
}