gcc -lrt time.cMore info: link
Software, web, and programming tips: C++, Java, C, Linux, Windows, Cygwin, Firefox, Vim, WWW, RSS
gcc -dM -E test.cor
g++ -dM -E test.cpp
| Usage | Effect |
|---|---|
| inside a function | remains even after the function call is long gone |
| modify a global variable | private to a certain file |
| modify a function | making those functions visible only to the file itself |