source: abuse/tags/pd/macabuse/src/test2.c

Last change on this file was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
  • Property svn:keywords set to Id
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.