Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/mkmk/t.c

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.



#define abc 1234
#define def -1234
#define xyz 0x12345678ul
#define xyz1 0xffffffffull

#if xyz == 0x12345678
#warning match1
#endif

#if xyz1 == 0xffffffffull
#warning match2
#endif

#if -1ll == 0xffffffffll
#warning match2
#endif

#if -1llu == 0xffffffffllu
#warning match2
#endif

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.