G
Geiregat Jonas
I've got this small app , from 2 .c files. One file contains the main
and the other file contains functions used in the main. I compile this
using gcc like this: gcc -c *c && gcc -o app *o. But I want to do it in
an other way. I want to use header files I've googled but did not find
anything usefull expect that there should be prototypes in my header
file can anyone help me ?
and the other file contains functions used in the main. I compile this
using gcc like this: gcc -c *c && gcc -o app *o. But I want to do it in
an other way. I want to use header files I've googled but did not find
anything usefull expect that there should be prototypes in my header
file can anyone help me ?