I am wondering if there is a way to simply output to the terminal the value of some global/standard definitions of C/GCC, e.g. using the echo
command, without writing C code and using printf
?
I mean things like __GNUC_
, __UINT64_MAX__
, _POSIX_C_SOURCE
...