Posts by LPd • 13 points
1 post
-
1
votes1
answer1897
viewsQ: Split the program with libraries . c and . h
Friends, I just made a program to calculate the transposed matrix. My question is: how can I turn this program into a function, so that I have two more files (one .c and one .h) besides main. c?! I…