#include <stdio.h> #include <string.h> #include <stdlib.h> #ifndef DOUBLE //#define DOUBLE double typedef double DOUBLE; #endif #ifndef DOUBLE //#undef DOUBLE //#define DOUBLE double typedef double DOUBLE; #endif main() { char lpszNewWorld[] = "hello the new unix programmers' world\n"; } |
........................ ........................ ........................ # 962 "/usr/include/stdlib.h" 3 4 extern int getloadavg (double __loadavg[], int __nelem) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); # 978 "/usr/include/stdlib.h" 3 4 # 4 "temp.c" 2 typedef double DOUBLE; typedef double DOUBLE; main() { char lpszNewWorld[] = "hello the new unix programmers' world\n"; } |
#include <stdio.h> #include <string.h> #include <stdlib.h> #ifndef DOUBLE #define DOUBLE typedef double DOUBLE; #endif #ifndef DOUBLE typedef double DOUBLE; #endif main() { char lpszNewWorld[] = "hello the new unix programmers' world\n"; } |
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |