I'm compiling in C on my Mac through the terminal, this is all a wonder, the only problem is that when I need to call a new library I do not know which command to call it by the terminal.
Ex: #include <stdio.h>
is -std=c99
I do not know where I can find the terminal versions of the function call, now I'm trying to call the time.h
library unsuccessfully because if I try something like -time
does not compile, do you know where I find this information?