0
I am compiling in C on my Mac by terminal, this all a wonder, the only problem is that when I need to call a new library I don’t know what the command to call it by terminal.
Ex: #include <stdio.h>
is -std=c99
I don’t know where I can find the terminal versions of calling functions, now I’m trying to call the library time.h
unsuccessfully because I try something like -time
do not compile, know where I find this information?
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero