source:
abuse/trunk/src/test2.cpp
@
42
Last change on this file since 42 was 2, checked in by , 17 years ago | |
---|---|
File size: 127 bytes |
Line | |
---|---|
1 | #include "system.h" |
2 | |
3 | main() |
4 | { |
5 | #if BYTE_ORDER==LITTLE_ENDIAN |
6 | printf("Hello little\n"); |
7 | #else |
8 | printf("hi big\n"); |
9 | #endif |
10 | } |
11 |
Note: See TracBrowser
for help on using the repository browser.