Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Table of Contents C / C++ Preprocessor Magic C / C++ Preprocessor Magic #define STR(x) #x #define STR2(x) STR(x) #define PANIC(x) \ do { \ fputs(__FILE__ STR2(__LINE__) x, stderr); \ abort(); \ } while(0) computer/commands/c.txt Last modified: 2020-10-29 22:13by 127.0.0.1