Mercurial > hg > CbC > old > device
comparison test/offset.c @ 713:88e364604533 current-release **INVALID**
*** empty log message ***
author | kono |
---|---|
date | Mon, 29 Oct 2007 17:26:43 +0900 |
parents | a4445cb1aa91 |
children | c2c709727221 |
comparison
equal
deleted
inserted
replaced
712:bf94c295d763 | 713:88e364604533 |
---|---|
1 extern int printf(const char *,...); | 1 extern int printf(const char *,...); |
2 | |
3 #ifndef INLINE | |
4 #define INLINE | |
5 #endif | |
2 | 6 |
3 #define BIT8 260 | 7 #define BIT8 260 |
4 #define BIT10 1030 | 8 #define BIT10 1030 |
5 #define BIT12 5000 | 9 #define BIT12 5000 |
6 #define BIT16 (65536*2) | 10 #define BIT16 (65536*2) |
7 | 11 |
8 int midium[BIT12]; | 12 int midium[BIT12]; |
9 int large[BIT16]; | 13 int large[BIT16]; |
10 | 14 |
11 int | 15 static INLINE int |
12 main0(int ac,char *av[]) | 16 main0(int ac,char *av[]) |
13 { | 17 { |
14 int *p; | 18 int *p; |
15 int local_midium[BIT12]; | 19 int local_midium[BIT12]; |
16 int local_large[BIT16]; | 20 int local_large[BIT16]; |