source: abuse/trunk/src/test2.cpp @ 42

Last change on this file since 42 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 127 bytes
Line 
1#include "system.h"
2
3main()
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.