source:
abuse/tags/pd/macabuse/src/test2.c
Last change on this file was 49, checked in by , 15 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.