tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Problem with macro


From: Philippe Ribet
Subject: [Tinycc-devel] Problem with macro
Date: Fri, 21 Feb 2003 10:45:40 +0100

Hello Fabrice and others,

I really don't know if following code is valid or not, standard
compliant or not...
It works fine with gcc.

#define s hello

#define hello(msg) printf("%s\n",msg)

main(){
  s("hi");
}

Best regards,

--
Philippe Ribet

                         The README file said
              "Requires Windows 95, NT 4.0, or better."
                    So... I installed it on Linux!







reply via email to

[Prev in Thread] Current Thread [Next in Thread]