Pithikos/C-Thread-Pool

How can i compile using header file

sketto opened this issue · 1 comments

I have three files : main.c, functions.c and functions.h, can i compile using something like this "gcc main.c functions.c thpool.c -D THPOOL_DEBUG -pthread -o main"?

I think this is a basic question outside the scope of the library