Posts by Hobbit • 13 points
1 post
-
-2
votes1
answer317
viewsQ: Splitting project into multiple headers causes error: Dereferencing Pointer to incomplete type
I was wondering how to divide a project into several files. I had created a project divided into 3 files first, one main. c (containing main function), a lib.c (implementing functions used in…