Javier Escalada
Javier Escalada
I have implemented it. You can find in #49
You are welcome. I used `golang.org/x/text/language` and `golang.org/x/text/message` in the tool to view big numbers with thousands separator. Remove it if you want and just use `fmt.Printf` or remove the...
If I understand you correct, you say it must return 400 and not 500, but in fact the it must print 500 and not 400. Examples: In Ubungu with gcc:...
The problem of this approximation (predefined macro) is addressed in the [GCC page](https://gcc.gnu.org/onlinedocs/cpp/Pragmas.html): > [...] > C99 introduces the _Pragma operator. This feature addresses a major problem with ‘#pragma’: being...